source: extensions/UserCollections/template/style_collections.css @ 23551

Last change on this file since 23551 was 23551, checked in by mistic100, 11 years ago

many corrections & optimizations + remove useless code + clean

File size: 1.5 KB
Line 
1#colProperties {}
2  #colProperties p {
3    text-align:left;
4    margin:2px 0;
5  }
6  #colProperties p.title {
7    font-weight:bold;
8  }
9  #colProperties p:not(.title) {
10    margin-bottom:10px;
11  }
12 
13#publicURL {
14  display:inline-block;
15  height:22px;
16}
17  #publicURL .url {
18    display:inline-block;
19    height:14px;
20    vertical-align:bottom;
21    padding:3px 10px;
22    background:#fff;
23    font-family:monospace;
24    font-size:12px;
25    color:#666;
26    border:1px solid #999;
27    border-radius:0 3px 3px 0;
28  }
29  #publicURL .button {
30    display:inline-block;
31    background:#e7e7e7 url('resources/link.png') center center no-repeat;
32    width:25px;
33    height:20px;
34    vertical-align:bottom;
35    border:1px solid #999;
36    border-right:none;
37    border-radius:3px 0 0 3px;
38    cursor:pointer;
39  }
40  #publicURL .confirm {
41    font-weight:bold;
42    margin-left:5px;
43  }
44
45.thumbnailCategory {
46  position:relative;
47}
48.thumbnailCategory .collectionActions {
49  display:none;
50  position:absolute;
51  right:5px;
52  bottom:5px;
53}
54.thumbnailCategory:hover .collectionActions {
55  display:block;
56}
57
58/* SEND BY MAIL */
59#mail_form {
60  width:540px;
61  padding:10px;
62}
63  #mail_form table td {
64    padding-bottom:5px;
65    text-align:left;
66  }
67  #mail_form table td.title {
68    font-weight:bold;
69    text-align:right !important;
70    padding-top:3px;
71    vertical-align:top;
72    width:120px;
73  }
74  #mail_form input[type="text"], #mail_form textarea, #mail_form select {
75    border-radius:2px;
76    padding:3px;
77  }
Note: See TracBrowser for help on using the repository browser.