annotate plugins/advanced_search/skins/classic/advanced_search.css @ 38:ac106d4c8961 default tip

flip /etc/roundcube to point here
author Charlie Root
date Sat, 29 Dec 2018 05:39:53 -0500
parents 50ac5484d514
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
34
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
1 #messagetoolbar > a.advanced-search span.advanced-search {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
2 display: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
3 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
4
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
5 .advanced_search_dialog .ui-dialog-title {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
6 width: 100%;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
7 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
8
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
9 .advanced_search_dialog .ui-dialog-title span.saved_searches {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
10 border: 1px solid lightgray;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
11 float: right;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
12 display: block;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
13 padding-right: 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
14 padding-left: 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
15 padding-bottom: 3px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
16 padding-top: 3px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
17 border-radius: 4px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
18 margin-right: 20px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
19 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
20
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
21 #rcavbox1, #rcavbox2 {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
22 width: 30%;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
23 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
24
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
25 #messagetoolbar a.advanced-search {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
26 background: url(../../../../skins/classic/images/abook_toolbar.png) 0 0 no-repeat transparent;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
27 background-position: -168px 0px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
28 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
29
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
30 #messagemenu a.advanced-search {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
31 color: #a0a0a0;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
32 text-decoration: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
33 background: url(../../../../skins/classic/images/icons/glass.png) no-repeat 7px 0;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
34 }