more green and styled buttons in asec-green

This commit is contained in:
Frédéric Péters 2011-04-26 15:10:53 +02:00
parent 129074f151
commit 6aa1862b11
1 changed files with 14 additions and 3 deletions

View File

@ -10,8 +10,8 @@
padding: 0;
}
a {
color: #0A54F5;
border-bottom: 1px dotted #888;
color: #0c99f7;
border-bottom: 1px dotted #F76B0C;
text-decoration: none;
}
a:hover {
@ -55,7 +55,7 @@ cite {
padding-left: 28px;
}
h1,h2,h3 {
color: #367EA6;
color: #495e01;
padding-top: 6px;
}
@ -132,6 +132,7 @@ div.widget div.title {
display: block;
text-decoration: none;
border: none;
color: #495e01;
}
.sidenav a:hover {
@ -425,3 +426,13 @@ a#logout {
bottom: 70px;
right: 25px;
}
div.SubmitWidget input, input[type=submit] {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background: #9dbf04;
border: 1px outset #8ab001;
color: white;
}