From a305dffdb309e9ac7a16b3822c15ac595a5e316b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 20 May 2015 11:16:10 +0200 Subject: [PATCH] misc: sync gadjo.css with upstream file --- wcs/qommon/static/css/dc2/gadjo.css | 31 +++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/wcs/qommon/static/css/dc2/gadjo.css b/wcs/qommon/static/css/dc2/gadjo.css index 41a1c752e..58c1a3f02 100644 --- a/wcs/qommon/static/css/dc2/gadjo.css +++ b/wcs/qommon/static/css/dc2/gadjo.css @@ -65,6 +65,7 @@ div#top { color: #eee; text-align: right; line-height: 200%; + height: 2em; } div#top a { @@ -188,8 +189,8 @@ span#breadcrumb a:first-child { span#breadcrumb a:after { content: ""; - height: 22px; - width: 22px; + height: 20px; + width: 20px; -webkit-transform: scale(0.4, 0.707) rotate(45deg); -moz-transform: scale(0.4, 0.707) rotate(45deg); transform: scale(0.4, 0.707) rotate(45deg); @@ -226,7 +227,7 @@ div#content h2 { padding: 0 0 10px 15px; position: relative; top: 4px; - background: url(../images/a22.gif) bottom repeat-x; + border-bottom: 1px dotted #d8d8d8; } div#appbar a { @@ -380,8 +381,12 @@ p.paginator span { textarea:focus, input[type="text"]:focus, +input[type="email"]:focus, +input[type="password"]:focus, textarea, -input[type="text"] { +input[type="text"], +input[type="email"], +input[type="password"] { border: 1px solid #bbb; padding: 5px 8px; background: white; @@ -390,10 +395,18 @@ input[type="text"] { } textarea:focus, -input[type="text"]:focus { +input[type="text"]:focus, +input[type="email"]:focus, +input[type="password"]:focus { box-shadow: 0 0 0px 1px #1999cd; } +textarea:focus, +input[type="text"]:focus, +input[type="email"]:focus, +input[type="password"]:focus { + box-shadow: 0 0 0px 1px #1999cd; +} button::-moz-focus-inner { border: 0; @@ -494,6 +507,12 @@ form p label { display: block; } +form p.required label:after { + padding-left: 1ex; + content: "*"; + color: red; +} + form p input, form p textarea { margin-left: 10px; @@ -532,7 +551,7 @@ form.small button + a.button { #sidepage { position: absolute; - z-index: 10000; + z-index: 100; background: black; width: 220px; height: 2em;