~ubuntu-branches/ubuntu/wily/pluxml/wily

« back to all changes in this revision

Viewing changes to core/admin/theme/auth.css

  • Committer: Package Import Robot
  • Author(s): Tanguy Ortolo
  • Date: 2015-07-22 14:22:20 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20150722142220-m5tzuyfq6klb44vs
Tags: 5.4-1
* New upstream release.
* debian/dirs: update to new layout (data/images/ replaced by data/medias).
* debian/postinst:
   + migrate images from data/images/ to data/medias/.
   + update main configuration file (version has changed, and a parameter
     was added).
   + use `command -v` instead of `test` to check for lighty-enable-mod
     existence, to avoid using a fully qualified path.
* debian/postrm:
   + use `command -v` instead of `test` to check for lighty-disable-mod, ucf
     and ucfr existence, to avoid using a fully qualified path.
* debian/rules: remove some JavaScript minimizing rules (that file is no
  longer part of PluXml).
* debian/control:
   + no longer depend on slimit (no more JavaScript minimizing).
   + use a line per build dependency and order them alphabetically.
   + update Standards-Version to 3.9.6 (no change needed).
* debian/copyright: remove everything about respond.js which is no longer
  part of PluXml.
* debian/links: update to new layout (data/images replaced by data/medias).
* debian/NEWS: added, to document the migration to 5.4 layout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
        background: #f9f9f9;
3
 
        margin: 0;
4
 
        padding: 0;
5
 
        color: #555;
6
 
        font-family: arial, helvetica, sans-serif;
7
 
        font-size:0.72em;
8
 
}
9
 
 
10
 
body#auth {
11
 
        background-color:#f2f2f2;
12
 
        margin-top:150px;
13
 
}
14
 
 
15
 
a {
16
 
        color:#2175bd;
17
 
        font-size:11px;
18
 
        font-weight:600;
19
 
        text-decoration:none;
20
 
        outline:none;
21
 
}
22
 
a:link, a:visited {color:#2175bd;}
23
 
a:hover { text-decoration:none; color:#db2020; }
24
 
 
25
 
#login { margin:0 auto 0 auto; padding:20px; width:275px; background:#fff; border:1px solid #aaa; }
26
 
#login fieldset { border:0; }
27
 
#login .title { text-align:center; margin-bottom: 10px; padding: 0 0 10px 0; font-size:15px; border-bottom:1px solid #dedede; }
28
 
#login label { float:left; display:block; color:#7a7a7a; font-weight:bold; }
29
 
#login input[type=text], #login input[type=password] { margin:5px 0 15px 0; width:247px; padding:2px 3px 2px 3px; background-color:#f8f8f8; border:1px solid #aaa }
30
 
#login input[type=text]:focus, #login input[type=password]:focus { outline:none; color:#222; border:1px solid #77BACE; }
31
 
#login p { text-align:center; margin:0; padding:10px 0 0 0}
32
 
#login p.msg, #login p.error { margin:10px 0 10px 0; padding:10px 5px 10px 5px; }
33
 
#login p.error { background-color: #ffcfcf; border-color: #df8f8f 1px solid; color: #665252; }
 
 
b'\\ No newline at end of file'