summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-31 17:47:10 +0200
committerYorhel <git@yorhel.nl>2009-05-31 17:47:10 +0200
commit2573d3d310e3636f466e1d0bd97c52882fb8b7c0 (patch)
treed0b23ff4b6e213285365d587a3640b7b2b565172 /data
parent776743c0b8f1adb6f6335b7c1bb30323879cf98c (diff)
Tabs on v/r/p/g search fields
This should make a nice connection between the few kinds of database entries we have.
Diffstat (limited to 'data')
-rw-r--r--data/style.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index aa99acdf..ce510235 100644
--- a/data/style.css
+++ b/data/style.css
@@ -441,6 +441,24 @@ fieldset.search {
fieldset.search .submit {
padding: 0 1px;
}
+p.searchtabs {
+ width: 84%;
+ padding-right: 15%;
+ text-align: center;
+ height: 12px;
+}
+p.searchtabs a {
+ padding: 2px 6px 2px 6px;
+ margin: 0 2px;
+ color: $maintext$!important;
+}
+p.searchtabs a:hover, p.searchtabs a.sel {
+ border: 1px solid $secborder$;
+ border-bottom: none;
+ padding: 1px 5px 2px 5px;
+ background: $secbg$ url($_boxbg$) repeat;
+}
+#q { width: 350px }
/* history browser */
div.mainbox.history td.tc1_1 {
@@ -797,7 +815,6 @@ a.help {
.vnbrowse .tc2 { text-align: right; padding: 0; }
.vnbrowse .tc3 { padding: 0; }
.vnbrowse .tc5 { text-align: right; padding-right: 10px; }
-#q { width: 300px }
#advselect {
text-align: center;
display: block;