- Quicksearch and Links review

git-svn-id: http://piwigo.org/svn/branches/2.0@2966 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2008-12-11 21:05:31 +00:00
parent 1b230ad50c
commit 720bd28e34
2 changed files with 16 additions and 6 deletions
+10 -4
View File
@@ -263,8 +263,7 @@ H2 {
border-bottom: 1px solid #000000;
}
#qsearchInput {
border-color:#222;
color:#222;
color:#666;
}
FIELDSET, INPUT, SELECT, TEXTAREA {
border: 1px solid #666;
@@ -308,10 +307,17 @@ A, INPUT.rateButton {
border-width: 0;
}
A:hover, A:active {
color:#f33;
border-bottom: 1px solid #f33;
color:#f30;
border-bottom: 1px solid #FF3363;
cursor: pointer;
}
a.Piwigo {
font-family: verdana, arial, helvetica, sans-serif !important;
font-size: 11px; font-weight: normal; letter-spacing: 0;
color : #FF3300; text-decoration: none; border: 0; }
a.Piwigo:hover {
border-bottom: 1px solid #FF3363;
}
#theImage A, .illustration A, A.navThumb, A.navThumb {
border-bottom-width: 0;
}