Changeset 2951


Ignore:
Timestamp:
Dec 8, 2008, 7:35:34 PM (15 years ago)
Author:
vdigital
Message:
  • "Upload" tab :...., it is not on the same line as "User access level to upload"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/template/goto/default-layout.css

    r2933 r2951  
    151151FIELDSET#mainConfCheck INPUT,
    152152FIELDSET#historyConf INPUT,
    153 FIELDSET#commentsConf INPUT,
    154 FIELDSET#uploadConf SELECT,
     153FIELDSET#commentsConf INPUT {
     154        margin-left: 5%;
     155}
     156FIELDSET#uploadConf SELECT {
     157        float: right;
     158        margin: 2px 10px 0px;
     159}
    155160FIELDSET#uploadConf INPUT {
    156         margin-left: 5%;
    157 }
    158 
     161        float: right;
     162        margin: 5px 10px 0px;
     163}
     164FIELDSET#uploadConf SPAN.property {
     165        width: 65%;
     166}
    159167FIELDSET#commentsConf SPAN.property {
    160168        width: 85%;
    161 }
    162 
    163 FIELDSET#uploadConf SPAN.property {
    164         width: 73%;
    165169}
    166170
Note: See TracChangeset for help on using the changeset viewer.