Ignore:
Timestamp:
Jan 31, 2012, 4:19:09 PM (12 years ago)
Author:
plg
Message:

feature 2559: minor redesign on configuration screens

  • hide "rate_anonymous" when "rate" is deactivated
  • hide "email_admin_on_new_user" when "allow_user_registration" is deactivated
  • move history settings on main tab
  • turn the 3 lines for history into a single line with 3 checkboxes
  • for comments, turn the "notify admin" settings into a single line with 4 checkboxes

TODO: remove obsolete language keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/theme.css

    r12670 r13004  
    246246}
    247247
    248 FIELDSET#mainConfCheck SPAN.property,
    249 FIELDSET#historyConf SPAN.property,
    250 FIELDSET#commentsConf SPAN.property,
    251 FIELDSET#uploadConf SPAN.property,
    252 FIELDSET#indexDisplayConf SPAN.property,
    253 FIELDSET#pictureDisplayConf SPAN.property,
    254 FIELDSET#pictureInfoConf SPAN.property {
    255         float: right;
    256         text-align: left;
    257 }
    258 FIELDSET#mainConfCheck INPUT,
    259 FIELDSET#historyConf INPUT,
    260 FIELDSET#commentsConf INPUT,
    261 FIELDSET#uploadConf INPUT,
    262 FIELDSET#indexDisplayConf INPUT,
    263 FIELDSET#pictureDisplayConf INPUT,
    264 FIELDSET#pictureInfoConf INPUT {
    265         float: none;
    266 }
    267 
    268 FIELDSET#mainConf SPAN.property {
    269         width: 25%;
    270 }
    271 FIELDSET#mainConf TEXTAREA.description {
    272         width: 70%;
    273 }
    274 
    275 FIELDSET#mainConfCheck SPAN.property,
    276 FIELDSET#historyConf SPAN.property,
    277 FIELDSET#indexDisplayConf SPAN.property,
    278 FIELDSET#pictureDisplayConf SPAN.property,
    279 FIELDSET#pictureInfoConf SPAN.property {
    280         width: 90%;
    281 }
    282 FIELDSET#mainConfCheck INPUT,
    283 FIELDSET#historyConf INPUT,
    284 FIELDSET#commentsConf INPUT,
    285 FIELDSET#indexDisplayConf INPUT,
    286 FIELDSET#pictureDisplayConf INPUT,
    287 FIELDSET#pictureInfoConf INPUT {
    288         margin-left: 5%;
    289 }
    290 FIELDSET#uploadConf SELECT {
    291         float: right;
    292         margin: 2px 10px 0px;
    293 }
    294 FIELDSET#uploadConf INPUT {
    295         float: right;
    296         margin: 5px 10px 0px;
    297 }
    298 FIELDSET#uploadConf SPAN.property {
    299         width: 65%;
    300 }
    301 FIELDSET#commentsConf SPAN.property {
    302         width: 85%;
    303 }
    304 
    305248.statBar {
    306249        height: 10px;
     
    527470        margin: 0;
    528471        padding: 0 0.5em 0 0;
     472}
     473
     474#mainConf, #historyConf, #commentsConf {border:none}
     475
     476#configContent label {
     477  font-weight: bold;
     478}
     479
     480#mainConf li {
     481  margin-bottom: 1em;
    529482}
    530483
     
    844797#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;}
    845798
    846 #configContent FIELDSET, #availablePlugins FIELDSET  {border:none;}
     799#availablePlugins FIELDSET  {border:none;}
    847800
    848801/**
     
    10511004div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color: #3b5998;color: #fff;}
    10521005
    1053 #mainConfCheck a.addFilter {font-weight:normal;margin-left:20px;}
    1054 #mainConfCheck a.removeFilter {font-weight:normal;}
    1055 #mainConfCheck span.property span.filter:first-child a.removeFilter {display:none;} /* can't delete the first field */
    1056 #mainConfCheck span.filter {display:block;margin-left:20px;}
    1057 #mainConfCheck .transparent {opacity:0.5;filter:alpha(opacity=50);}
    1058 #mainConfCheck .order_by_is_custom {display:block;font-weight:normal;font-style:italic;margin-left:20px;}
     1006#mainConf a.addFilter {font-weight:normal;margin-left:20px;}
     1007#mainConf a.removeFilter {font-weight:normal;}
     1008#mainConf span.property span.filter:first-child a.removeFilter {display:none;} /* can't delete the first field */
     1009#mainConf span.filter {display:block;margin-left:20px;}
     1010#mainConf .transparent {opacity:0.5;filter:alpha(opacity=50);}
     1011#mainConf .order_by_is_custom {display:block;font-weight:normal;font-style:italic;margin-left:20px;}
    10591012
    10601013/* Upload Form */
Note: See TracChangeset for help on using the changeset viewer.