PluginProbe
Uji Countdown / 1.3
Uji Countdown v1.3
3.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.6.1 1.0.7 1.0.8 1.0.9 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 36 releases
uji-countdown / css / admin.countdown.css

admin.countdown.css in Uji Countdown 1.3, at css/admin.countdown.css

109 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Uji Countdown:
2 * Copyright (c) 2012 Ujimoto
3 * Project : http://wpmanage.com/uji-countdown
4 */
5 .error, .updated{
6 width: 535px;
7 padding: 5px!important;
8 margin-left: 20px!important;
9 }
10 .cancel{
11 padding: 5px 10px 4px 10px!important;
12 float: left;
13 display: inline;
14 }
15 .widefat{
16 width: 525px;
17 }
18 .wrap h2 {
19 background: transparent url(../images/icon_large.png) 0 8px no-repeat;
20 text-indent: 38px;
21 }
22 .ujic-update{
23 background-color: #fffadb!important;
24 }
25 #ujic-add{
26 -webkit-border-radius: 4px;
27 -moz-border-radius: 4px;
28 -o-border-radius: 4px;
29 border-radius: 4px;
30 background-color: #eeeeee;
31 width: 500px;
32 padding: 10px;
33 overflow: hidden;
34 border: 1px solid #c2c2c2;
35 margin-bottom: 10px;
36 }
37 #ujic-add div{
38 display: block;
39 overflow: hidden;
40 margin-bottom: 10px;
41 }
42 #ujic-add label{
43 float: left;
44 width: 160px;
45 font-weight: bold;
46 }
47 #ujic-add input{
48 display: inline;
49 float: left;
50 }
51 #ujic-add small{
52 margin-left: 5px;
53 }
54 #ujic-add .fleft{
55 float: left;
56 display: inline-block;
57 margin-right: 30px;
58 }
59 #ujic-add .fleft span{
60 display: block;
61 margin-bottom: 5px;
62 }
63 #ujic-add #ujic_col_dw, #ujic-add #ujic_col_up, #ujic-add #ujic_col_txt, #ujic-add #ujic_col_sw{
64 margin: 10px 0 0 10px;
65 width: 70px;
66 }
67 #uji_pos_0, #uji_pos_1, #uji_pos_2, #uji_pos_3{
68 display: inline-block;
69 margin: 0 6px 0 6px;
70 float: left;
71 padding-left: 25px;
72 }
73 #uji_pos_0{
74 background: url(../images/align-none.png) top left no-repeat;
75 }
76 #uji_pos_1{
77 background: url(../images/align-left.png) top left no-repeat;
78 }
79 #uji_pos_2{
80 background: url(../images/align-center.png) top left no-repeat;
81 }
82 #uji_pos_3{
83 background: url(../images/align-right.png) top left no-repeat;
84 }
85 /*----------Preview--------------*/
86 #ujic-pre{
87 -webkit-border-radius: 4px;
88 -moz-border-radius: 4px;
89 -o-border-radius: 4px;
90 border-radius: 4px;
91 background-color: #fff;
92 width: 500px;
93 padding: 10px;
94 border: 1px solid #c2c2c2;
95 overflow: hidden;
96 }
97 #ujic_box, .metabox-holder{
98 float: left;
99 display: inline;
100 }
101 .metabox-holder{
102 margin: 0 0 0 20px;
103 }
104 #donate{
105 margin-left: 50px;
106 }
107 #hire{
108 margin-left: 95px;
109 }