X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fcss%2Flogin.css;h=8d18dbf05f0beb66d54c373143d83286d4dbe06f;hb=a12c80146e82c71288cefe9fab53201ed4f81581;hp=722e9f420c9b84748ee40067c81e5eb28e9906b8;hpb=3c3406257e78a9407320d22820807f767b4c4df3;p=koha-ffzg.git diff --git a/koha-tmpl/intranet-tmpl/prog/css/login.css b/koha-tmpl/intranet-tmpl/prog/css/login.css index 722e9f420c..8d18dbf05f 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/login.css +++ b/koha-tmpl/intranet-tmpl/prog/css/login.css @@ -20,7 +20,7 @@ a:hover { } body { - background: #f5f5f5; + background: #f3f4f4; } form, label input { @@ -42,7 +42,8 @@ label { #login { background: #fff; - border: 1px solid #a2a2a2; + border: none; + box-shadow: 8px 8px 12px rgb(170 170 170); margin: 4em auto; padding: 1.5em; position : relative; @@ -92,14 +93,6 @@ label { overflow: hidden; } -#login input { - padding: 3px; -} - -#login select { - width: 98%; -} - #login ul { list-style: none; margin: 0; @@ -112,18 +105,17 @@ label { text-align: center; } -#login #userid, #password { - font-size: 1.7em; - width: 97%; -} - -#login #branch, #login #desk_id { - width : 99%; -} - #login #submit-button, #login .button { font-size: 1.4em; padding : .3em .6em; + background: rgba(254, 195, 44, 1); + border: none; + color: #000; +} + +#login #submit-button:hover, #login #submit-button:focus, #login #submit-button:active { + background: rgba(254, 195, 44, 0.7); + border: none; } #login #onerror_actions { @@ -162,7 +154,7 @@ label { } .submit input:active, .button:active { - background: #f4f4f4; + background: #fff; border: 1px solid #999; border-left-color: #999; border-top-color: #999; @@ -172,11 +164,22 @@ label { text-align: right; } + textarea, input, select { - background: #f4f4f4; - border: 1px solid #b2b2b2; - color: #000; - font: 13px Verdana, Arial, Helvetica, sans-serif; - margin: 1px; - padding: 3px; + background: #fff; + border: 1px solid #b2b2b2; + color: #000; + font: 13px Verdana, Arial, Helvetica, sans-serif; + margin: 1px; + padding: 3px; +} + +select { + width: 97%; +} + +input[type='text'], +input[type='password'] { + font-size: 1.7em; + width: 97%; }