source: main/trunk/greenstone3/web/interfaces/oran/style/documentbasket.css@ 24510

Last change on this file since 24510 was 24510, checked in by sjm84, 13 years ago

Some updates, mostly to do with adding in the new document maker functionality

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1#documentbasket {
2 min-height: 22px;
3 padding: 5px;
4 background: transparent url("../images/kete2.png") scroll repeat 0 0;
5 z-index:10;
6 font-size: 80%;
7 min-height: 2em;
8}
9
10#documenthandle {
11 cursor: move;
12 padding: 0;
13 margin: 0;
14 height: 30px;
15 width: auto;
16 background-color: #7f7;
17 display: none;
18}
19
20#documentpages {
21 text-align: left;
22 height: auto;
23 margin: 0;
24 padding: 0;
25 overflow: hidden;
26}
27#trashbin {
28 float:right;
29}
30#documentpages img {
31 margin: 3px 2px;
32}
33
34#documentpagesFullViewLink {
35 display:block;
36 cursor: pointer;
37 text-align: left;
38
39 #doclist {
40
41 margin-bottom:0;
42}
43li.documentitem {
44 padding: 0;
45 margin: 0 ;
46 color: black;
47 font-size: 90%;
48}
49#urlcheck{
50 float: left;
51 padding: 0;
52 margin: 0;
53
54}
55
56.pick {
57 visibility:hidden;
58}
59.content{
60 font-family:sans-serif;
61 text-align:left;
62}
63.mailinput {
64 border:1px solid #2E8B57;
65 width: 20em;
66 height: 1.5em;
67 font-size: 90%
68}
69
70.mailitem{
71 text-align: left;
72 }
73
74textarea#pretextarea {
75 font-family:sans-serif;
76 border:1px solid #2E8B57;
77 width: 100%;
78 height: 25em;
79 font-size: 90%;
80 margin: 0.5em 0 0 0;
81 padding:0;
82}
83
84div#trashbin{
85 float: right;
86 height: 60px;
87 width: 55px;
88 padding: 0;
89 background: url("../images/trash-empty.png") 0 0 no-repeat;
90 margin:0;
91 z-index:10;
92}
93
94div#binhandle{
95 height: 60px;
96 width: 55px;
97 cursor: move;
98}
99
100span.extralink {
101 cursor:pointer;
102 font-size:80%;
103 font-weight:bold;
104 margin:0 2em 0 0;
105 color:black;
106}
107
108span.extralink:hover {
109 color: #2E8B57;
110}
Note: See TracBrowser for help on using the repository browser.