Dotclear


Ignore:
Timestamp:
12/04/16 14:23:07 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Prettify scss code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/scss/partials/_auth.scss

    r3355 r3439  
    11#login-screen { 
    2     display: block; 
    3     width: 20em; 
    4     margin: 1.5em auto 0; 
    5     font-size: 1.16em; 
     2     display: block; 
     3     width: 20em; 
     4     margin: 1.5em auto 0; 
     5     font-size: 1.16em; 
     6     h1 { 
     7          text-indent: -2000px; 
     8          background: transparent url(dc_logos/w-dotclear240.png) no-repeat top left; 
     9          height: 66px; 
     10          width: 20em; 
     11          margin-bottom: .5em; 
     12          margin-left: 0; 
     13     } 
     14     .fieldset { 
     15          border: 1px solid #9bca1c; 
     16          padding: 1em 1em 0 1em; 
     17          background: #fff; 
     18          margin-bottom: 0; 
     19          margin-top: 1em; 
     20     } 
     21     input[type=text], 
     22     input[type=password], 
     23     input[type=submit], 
     24     input[type=text]:focus, 
     25     input[type=password]:focus, 
     26     input[type=submit]:focus { 
     27          width: 100%; 
     28          margin: 0; 
     29          padding: 5px 3px; 
     30     } 
     31     input.login, 
     32     input.login:focus { 
     33          padding-top: 6px; 
     34          padding-bottom: 6px; 
     35          font-size: 1em; 
     36     } 
     37     #issue { 
     38          margin-left: 1.33em; 
     39          font-size: .91em; 
     40          p:first-child { 
     41               text-align: right; 
     42          } 
     43          strong { 
     44               font-weight: normal; 
     45          } 
     46     } 
    647} 
    7  
    8 #login-screen h1 { 
    9     text-indent: -2000px; 
    10     background: transparent url(dc_logos/w-dotclear240.png) no-repeat top left; 
    11     height: 66px; 
    12     width: 20em; 
    13     margin-bottom: .5em; 
    14     margin-left: 0; 
    15 } 
    16  
    17 #login-screen .fieldset { 
    18     border: 1px solid #9bca1c; 
    19     padding: 1em 1em 0 1em; 
    20     background: #fff; 
    21     margin-bottom: 0; 
    22     margin-top: 1em; 
    23 } 
    24  
    25 #login-screen input[type=text], 
    26 #login-screen input[type=password], 
    27 #login-screen input[type=submit], 
    28 #login-screen input[type=text]:focus, 
    29 #login-screen input[type=password]:focus, 
    30 #login-screen input[type=submit]:focus { 
    31     width: 100%; 
    32     margin: 0; 
    33     padding: 5px 3px; 
    34 } 
    35  
    36 #login-screen input.login, 
    37 #login-screen input.login:focus { 
    38     padding-top: 6px; 
    39     padding-bottom: 6px; 
    40     font-size: 1em; 
    41 } 
    42  
    43 #login-screen #issue { 
    44     margin-left: 1.33em; 
    45     font-size: .91em; 
    46 } 
    47  
    48 #issue p:first-child { 
    49     text-align: right; 
    50 } 
    51  
    52 #login-screen #issue strong { 
    53     font-weight: normal; 
    54 } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map