Ignore:
Timestamp:
09/28/12 08:08:47 (12 years ago)
Author:
nanardon
Message:

fix conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/static/struct.css

    r977 r1162  
    99    width: 20%; 
    1010    padding: 0.2em; 
     11    float: left; 
    1112} 
    1213 
     
    1415    width: 78%; 
    1516    padding: 0.2em; 
     17    float: left; 
     18} 
     19 
     20#oinfo { 
     21} 
     22 
     23#oaction { 
     24    clear: both; 
     25} 
     26#oaction form { 
     27    display: inline-block; 
     28} 
     29 
     30#omenu { 
     31    clear: both; 
     32} 
     33 
     34#objectform { 
     35    clear: both; 
     36} 
     37 
     38#objectform div { 
     39    display: inline-block; 
     40    vertical-align: text-top; 
     41} 
     42#objectform form { 
     43    display: inline-block; 
     44    vertical-align: text-top; 
     45} 
     46#objectform table { 
     47    display: inline-block; 
     48    vertical-align: text-top; 
    1649} 
    1750 
     
    2154} 
    2255 
    23 #login_name { 
    24     font-size: 0.8em; 
    25  
     56#navigate { 
     57    float: right; 
    2658} 
    27  
    28 #objectform { 
    29 } 
    30  
    31 .objectformleft #oform { 
    32         float: left; 
    33 } 
    34  
    35 #oform { 
    36     margin-left:auto; 
    37     margin-right:auto; 
    38 } 
Note: See TracChangeset for help on using the changeset viewer.