This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmediamosa_ck.css
105 lines (84 loc) · 1.69 KB
/
mediamosa_ck.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
.mediamosa-ck-two-column {
}
.mediamosa-ck-two-column-left {
float: left;
width: 55%;
}
.mediamosa-ck-two-column-right {
float:right;
width:44.99%;
}
.mediamosa-ck-two-column-left .mediamosa-ck-two-column-wrapper {
padding-right:10px;
}
.mediamosa-ck-three-column {
}
.mediamosa-ck-three-column-left {
float: left;
width: 25%;
}
.mediamosa-ck-three-column-middle {
float: left;
width: 34.99%;
}
.mediamosa-ck-three-column-right {
float:right;
width:40%;
}
.mediamosa-ck-three-column-left .mediamosa-ck-three-column-wrapper,
.mediamosa-ck-three-column-middle .mediamosa-ck-three-column-wrapper {
padding-right:10px;
}
/*
CK-Tabs.
*/
div.mediamosa-ck-tabs {
width: 100%;
}
ul.mediamosa-ck-tab, .mediamosa-ck-tabs {
position: relative!important;
right: auto!important;
}
div.mediamosa-ck-tabs {
margin-top: 0px;
}
.mediamosa-ck-tab-content {
clear: both;
}
.tao ul.mediamosa-ck-tabs li:first-child {
border-radius:5px 0px 0px 0px;
-moz-border-radius:5px 0px 0px 0px;
-webkit-border-radius:5px 0px 0px 0px;
}
.tao ul.mediamosa-ck-tabs li:last-child {
border-radius:0px 5px 0px 0px;
-moz-border-radius:0px 5px 0px 0px;
-webkit-border-radius:0px 5px 0px 0px;
}
/*
CK popup
*/
div.mediamosa-ck-popup {
display: block;
position: absolute;
z-index: 2;
width: 100%;
}
fieldset.mediamosa-ck-popup {
}
div.mediamosa-ck-icon-close {
right: -7px;
top: -7px;
position: absolute;
z-index: inherit;
cursor: pointer;
}
div#media-browser-page div.views-widget {
min-width: 100px;
}
.view-mediamosa-asset-search .views-exposed-form .views-exposed-widget {
padding: .5em 0 0 0;
}
.view-mediamosa-asset-search .views-exposed-widget label {
margin: 0 5px 0 5px;
}