PluginProbe
Jock On Air Now (JOAN) / 5.1
Jock On Air Now (JOAN) v5.1
4.7.3 4.7.4 4.7.5 4.7.6 4.7.7 4.7.8 5.0 5.1 5.2.0 5.3.0 5.4.0 5.5.0 5.5.1 5.5.2 5.5.3 5.5.4 5.5.6 5.5.7 5.5.8 5.5.9 5.6 5.6.1 5.6.2 5.6.3 5.6.4 All 77 releases
joan / admin.css

admin.css in Jock On Air Now (JOAN) 5.1, at admin.css

139 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .show-time-container
2 {
3 float: left;
4 width: 50%;
5 min-width: 225px;
6 font-size: 1.6em;
7 }
8
9 .show-time-container select
10 {
11 height: auto;
12 }
13
14 .add-new-entry {
15 background: #EBF5FF;
16 border-width: 1px 0;
17 border-style: solid;
18 border-color: #829BB0;
19 padding: 1em;
20 }
21
22 .set-joan-show-deets {
23 width: 45%;
24 padding: 0 1%;
25 float: left;
26 }
27
28 .joan-message-window {
29 position: fixed;
30 top: 4em;
31 right: 2em;
32 width: 250px;
33 padding: 1em;
34
35 line-height: 25px;
36 text-align: center;
37
38 border: 1px solid;
39 font-weight: bold;
40
41 -webkit-border-radius: 10px;
42 -moz-border-radius: 10px;
43 border-radius: 10px;
44
45 font-size: 1.4em;
46
47 display: none;
48 z-index: 500;
49 }
50
51 .set-joan-show-deets .show-detail {
52 width: 100%;
53 }
54
55 input[name="showname"].show-detail {
56 font-size: 1.6em;
57 }
58
59 .joan-entry
60 {
61 display: none;
62 clear: both;
63 }
64
65 .day-container
66 {
67 clear: both;
68 }
69
70 .joan-image {
71 float: left;
72 width: 10%;
73 max-width: 100px;
74 margin-right: 1%;
75 }
76
77 .joan-entry input[type="text"] {
78 padding: 0.5em 0.3em;
79 }
80
81 .joan-entry .image-url
82 {
83 width: 50%;
84 }
85
86 .joan-show-name input{
87 font-size: 1.6em;
88 padding: 0.5em 0.3em;
89 width: 50%;
90 }
91
92 .joan-delete-show
93 {
94 margin-left: 1em;
95 }
96
97 .tab-navigation {
98
99 height: 1.8em;
100 margin-bottom: 0;
101 }
102
103 .tab-navigation li {
104 color: #21759B;
105 cursor: pointer;
106
107 float: left;
108 display: block;
109 width: auto;
110 margin-right: 0.5em;
111 padding-right: 0.5em;
112 border-right: 1px solid #666;
113
114 font-size: 1.4em;
115 }
116
117 .joan-tabs {
118 position: relative;
119 }
120
121 .joan-tabs .tab-container
122 {
123 display: none;
124 position: absolute;
125 width: 100%;
126 }
127
128 .hide-on-simple {
129 display: none;
130 }
131
132 .editing .hide-on-simple {
133 display: block;
134 }
135
136
137 .clr {
138 clear: both;
139 }