Ignore:
Timestamp:
Mar 26, 2007, 9:15:52 PM (17 years ago)
Author:
rub
Message:

"Put checkbox on the left!"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/default-layout.css

    r1900 r1920  
    4949}
    5050FORM#categoryOrdering p {
    51         text-align: left;
    52         margin-top: 1em;
    53         margin-bottom: 1em;
     51  text-align: left;
     52  margin-top: 1em;
     53  margin-bottom: 1em;
    5454}
    5555UL.categoryUl {
     
    9898}
    9999
     100FIELDSET#mainConfCheck SPAN.property,
     101FIELDSET#historyConf SPAN.property,
     102FIELDSET#commentsConf SPAN.property {
     103  float: right;
     104  text-align: left;
     105}
     106FIELDSET#mainConfCheck INPUT,
     107FIELDSET#historyConf INPUT,
     108FIELDSET#commentsConf INPUT {
     109  float: none;
     110}
     111
    100112FIELDSET#mainConf SPAN.property {
    101113  width: 25%;
     
    103115FIELDSET#mainConf TEXTAREA.description {
    104116  width: 70%;
     117}
     118
     119FIELDSET#mainConfCheck SPAN.property,
     120FIELDSET#historyConf SPAN.property {
     121  width: 90%;
     122}
     123FIELDSET#mainConfCheck INPUT,
     124FIELDSET#historyConf INPUT {
     125  margin-left: 5%;
     126}
     127
     128FIELDSET#commentsConf SPAN.property {
     129  width: 85%;
     130}
     131FIELDSET#commentsConf INPUT {
     132  margin-left: 5%;
    105133}
    106134
     
    173201  padding: 4px 8px;
    174202  border: 1px solid #fff;
    175   border-radius: 6px 6px 0px 0px;       /* round corners with CSS3 compliant browsers */
     203  border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */
    176204  padding: 5px 2em 2px 2em;
    177205}
Note: See TracChangeset for help on using the changeset viewer.