aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma/theme.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change color scheme on submit buttons for clear theme: white text on dark grayplegall2012-02-181-2/+3
| | | | | | | | | | | | | | | background and orange background on :hover. On many places, the submit buttons are now left aligned (instead of centered) On configuration option screens, the "Reset" button was removed: useless and confusing. Much simpler "Quick Local Synchronization" button on admin/intro.tpl for admin theme clear. git-svn-id: http://piwigo.org/svn/trunk@13244 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2565 added: pending comments screen, highlight selected commentsplegall2012-02-101-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@13078 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2561: move some CSS rules from cat_modify.tpl to theme.cssplegall2012-02-021-0/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@13020 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed unused css rules rvelices2011-11-291-4/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@12670 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove some useless css admin rulesrvelices2011-11-151-16/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@12633 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge r12588 from br2.3 to trunkGotcha2011-11-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@12589 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2477: remove unnecesary admin css rules / html elementsrvelices2011-10-281-5/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@12528 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2417 added: add progress bar (jQuery UI progress bar) + details onplegall2011-08-271-0/+2
| | | | | | | progressing upload like "photo 21 of 46". git-svn-id: http://piwigo.org/svn/trunk@12005 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2348 useless block on the right side of admin tab in Google Chrome mistic1002011-06-161-6/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@11393 68402e56-0260-453c-a942-63ccdbb3a9ee
* Useless scrollbar in admin menu > plugins in Roma theme Gotcha2011-06-101-5/+0
| | | | | | bug:2325 git-svn-id: http://piwigo.org/svn/trunk@11307 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugin manager : fix fix fix the style !mistic1002011-05-231-2/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@11014 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugin manager : delete ordering by name, fiw some stylesmistic1002011-05-231-4/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@11010 68402e56-0260-453c-a942-63ccdbb3a9ee
* TokenInput : order tags, theme for roma, 'new' text translatedmistic1002011-05-231-0/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@11008 68402e56-0260-453c-a942-63ccdbb3a9ee
* new plugins manager, update TipTip in v1.3mistic1002011-04-121-2/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@10305 68402e56-0260-453c-a942-63ccdbb3a9ee
* move CSS rules from batch_manager_global.tpl to theme.cssplegall2011-03-211-1/+6
| | | | | | | change batch_manager_global selected thumbnail background color for "roma" admin theme. git-svn-id: http://piwigo.org/svn/trunk@9815 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:1768patdenice2011-03-061-2/+2
| | | | | | In administration panel, the message "Gallerie in maintenance" hide information from behind. git-svn-id: http://piwigo.org/svn/trunk@9551 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2113: new logo on administration screenplegall2011-01-181-2/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8732 68402e56-0260-453c-a942-63ccdbb3a9ee
* some admin theme cleanup - remove unused cssrvelices2010-12-291-16/+16
| | | | git-svn-id: http://piwigo.org/svn/trunk@8383 68402e56-0260-453c-a942-63ccdbb3a9ee
* some admin theme cleanup - remove unused css, unused icons rvelices2010-12-291-17/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@8382 68402e56-0260-453c-a942-63ccdbb3a9ee
* css rules simplificationrvelices2010-11-241-5/+5
| | | | | | | | - merged rules - remove overly qualified inefficient selectors etc... git-svn-id: http://piwigo.org/svn/trunk@7869 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed unused css rules from admin rvelices2010-11-191-3/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@7822 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1728 fixed : use autoHeight accordion paramnikrou2010-06-091-6/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@6496 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1667 fixed: r6027 was fixing a minor error on tabs for Google Chrome/Safariplegall2010-05-241-13/+6
| | | | | | | | | | BUT was introducing a major visual issue for IE8. Backmerged + adds the -webkit radius anyway. This is a quickfix for release 2.1.1, the improved display introduced by nikrou was nice and it would be better to have it, but working in IE8 git-svn-id: http://piwigo.org/svn/trunk@6320 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correction CSS for Elevator badly placed in the plugins list Gotcha2010-05-201-1/+1
| | | | | | bug:1658 git-svn-id: http://piwigo.org/svn/trunk@6247 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1636 fixed : add radius for chrome. Simplify css tabsheet.nikrou2010-05-011-6/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@6027 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Fix tab display on IEpatdenice2010-04-291-1/+1
| | | | | | - Display missing screenshot on themes_new if screenshot is missing. git-svn-id: http://piwigo.org/svn/trunk@6015 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix tooltip position on admin intro page.patdenice2010-04-281-2/+2
| | | | | | Menubar reordering now looks like category reordering. git-svn-id: http://piwigo.org/svn/trunk@5980 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1549 fixed : some texts are not correcly positionned.nikrou2010-04-081-4/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@5724 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1545 : refactoring, move css rules for calendar icon to ↵nikrou2010-04-071-1/+0
| | | | | | default/themes (default-layout.css) git-svn-id: http://piwigo.org/svn/trunk@5702 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1545 : fix calendar icon alignmentnikrou2010-04-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5701 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1582: fix help.png position in administration.plegall2010-04-071-3/+0
| | | | | | better help.png icon for the clear admin theme. git-svn-id: http://piwigo.org/svn/trunk@5699 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1545: fix datepicker calendar for roma admin theme + move common rules toplegall2010-04-071-0/+13
| | | | | | default-layout.css. git-svn-id: http://piwigo.org/svn/trunk@5697 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1535: apply the plugin/theme managers look&feel to language manager.plegall2010-03-311-1/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@5496 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1557: new design for plugin list management, 1 block = 1 status.plegall2010-03-301-0/+3
| | | | | | No icon. git-svn-id: http://piwigo.org/svn/trunk@5474 68402e56-0260-453c-a942-63ccdbb3a9ee
* update clear & roma theme with generic classes, adding input stylesgrum2010-03-291-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@5463 68402e56-0260-453c-a942-63ccdbb3a9ee
* update clear & roma theme with generic classes, allowing to use theme colors ↵grum2010-03-291-1/+14
| | | | | | for plugin + invert tables colors for clear theme git-svn-id: http://piwigo.org/svn/trunk@5460 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1495: use the wiki icons in errors/infos blocks + merge CSS rules.plegall2010-03-261-12/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@5383 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change colors selected tags (Admin Roma)Gotcha2010-03-251-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5368 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1529: make the checked tags more obvious (distinct background color)plegall2010-03-251-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5366 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1495: "infos" and "errors" blocks are more visible for the "roma" adminplegall2010-03-251-5/+12
| | | | | | theme. I have simply used the same CSS rules as for "clear" theme. git-svn-id: http://piwigo.org/svn/trunk@5364 68402e56-0260-453c-a942-63ccdbb3a9ee
* just a test: make the header/footer colors comply with the current themeplegall2010-03-221-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@5247 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove outline for tabsheet (it's ugly)nikrou2010-03-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5194 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1519: admin instructions are dispatched into several tabs. Onlyplegall2010-03-181-1/+3
| | | | | | | | | | | | | | | | applied to en_UK and fr_FR. The help content itself needs some updates but it will be another set of commits, in this commit, I nearly only modified the container. The new "Add Photos" help page only introduces you to 3 main ways to add photos: direct upload, pLoader and FTP. Each of them has a dedicated tab on the Admin>Photos>Add screen. No use of the big question mark icon linked to the Help pages in the administration header, to avoid having this icon twice : in the header + in the content next to H2. git-svn-id: http://piwigo.org/svn/trunk@5182 68402e56-0260-453c-a942-63ccdbb3a9ee
* make the fieldset labels easier to read (no italic, increased letter spacing,plegall2010-03-181-1/+1
| | | | | | | | | | | bold) make the fiedset border softer photos_add 2 screens comply with the fieldset system instead of specific formField divs. git-svn-id: http://piwigo.org/svn/trunk@5174 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: an ugly outline (blue on Safari) was displayed when clicking on ↵plegall2010-03-171-1/+1
| | | | | | the admin section menu on roma theme git-svn-id: http://piwigo.org/svn/trunk@5172 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1515: correct border-bottom in admin menubar.Gotcha2010-03-171-2/+2
| | | | | | 475px => 522px git-svn-id: http://piwigo.org/svn/trunk@5171 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1515: new organization for menu. Photos, Categories, Users, Plugins,plegall2010-03-171-2/+3
| | | | | | | | Tools, Configuration. menubar bottom is ugly with the roma theme, it needs a fix. git-svn-id: http://piwigo.org/svn/trunk@5170 68402e56-0260-453c-a942-63ccdbb3a9ee
* make the clear admin theme slightly clearerplegall2010-03-171-4/+1
| | | | | | make the links less flashy in clear admin theme git-svn-id: http://piwigo.org/svn/trunk@5163 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1514: new screen to manage installed themes; activate, deactivate,plegall2010-03-171-0/+2
| | | | | | | | | | | | delete, set as default. plugins.class.php was merged back to a state it doesn't manage themes at all. themes.class.php was created instead, from a duplication of plugins.class.php and strongly modified then. feature 1507: the display of available themes is now much more "graphic". git-svn-id: http://piwigo.org/svn/trunk@5153 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1507: better display for available themes (floating boxes)plegall2010-03-151-0/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@5145 68402e56-0260-453c-a942-63ccdbb3a9ee