misc: sync gadjo.css with upstream file

This commit is contained in:
Frédéric Péters 2015-05-20 11:16:10 +02:00
parent eb64615120
commit a305dffdb3
1 changed files with 25 additions and 6 deletions

View File

@ -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;