]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxContactsUserFolders.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1153 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / UIxContactsUserFolders.css
1 DIV#filterPanel
2 { position: absolute;
3   text-align: center;
4   width: auto;
5   top: 1em;
6   left: 1em;
7   right: 1em; }
8
9 SPAN.searchBox
10 { float: none !important; }
11
12 INPUT#searchValue
13 { margin: 0px; }
14
15 DIV#folders
16 { position: absolute;
17   left: 1em;
18   right: 1em;
19   top: 3em;
20   bottom: 3em;
21   background-color: #fff;
22   padding: .5em;
23   padding-top: 0px;
24   overflow: auto;
25   border-bottom: 1px solid #fff;
26   border-right: 1px solid #fff;
27   border-top: 2px solid #222;
28   border-left: 2px solid #222;
29   -moz-border-top-colors: #9c9a94 #000 transparent;
30   -moz-border-left-colors: #9c9a94 #000 transparent; }
31
32 DIV#folders DIV
33 { width: auto; }
34
35 DIV#buttons
36 { position: absolute;
37   text-align: center;
38   height: 1.5em;
39   left: 1em;
40   right: 1em;
41   bottom: 1em;  }