PluginProbe
Wp-Insert / 1.5.1
Wp-Insert v1.5.1
trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.3.0 1.3.1 1.3.3 1.4 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 2.0 All 63 releases
wp-insert / css / adminStyle.css

adminStyle.css in Wp-Insert 1.5.1, at css/adminStyle.css

51 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*Begin Make default admin menu wider*/
2 #adminmenu {
3 width:175px;
4 margin:15px 5px 15px -190px;
5 }
6
7 #wpbody {
8 margin-left:205px;
9 }
10
11 #submit {
12 background: green none repeat scroll 0% 0% !important;
13 height: 60px;
14 font-weight: bold;
15 font-size: 26px !important;
16 width: 80%;
17 }
18
19 .wp-insert-submit {
20 text-align: center;
21 }
22
23 .GreyOutLayer
24 {
25 position: absolute;
26 top: 0px;
27 left: 0px;
28 width: 100%;
29 height: 100%;
30 bottom: 0px;
31 background-color: #666;
32 z-index: 100;
33 filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 30);
34 opacity: 0.30;
35 }
36
37 #popUpMaster{position:relative;padding:10px 0 0 10px;display:none}
38 #popUpTopLft{position:absolute;left:0px;top:0}
39 #popUpTop{position:absolute;left:10px;top:0;height:36px;z-index:9}
40 #popUpTopRgt{position:absolute;right:0px;top:0;z-index:9}
41 #popUpLft{position:absolute;left:0px;top:30px;width:17px;}
42 #popUpRgt{position:absolute;right:0px;top:36px;width:26px;}
43 #popUpBtmLft{position:absolute;left:0px;bottom:0px;}
44 #popUpBtm{position:absolute;left:17px;bottom:0px;height:20px}
45 #popUpBtmRgt{position:absolute;right:0px;bottom:0px;}
46 #popUpMaster #content{background:#F2F2F2;height:520px;width:725px;margin:0px;z-index:100;position:absolute;top:26px;right:15px;}
47 .closePopUp{display:block;position:absolute;right:10px;top:4px;width:20px;height:18px;z-index:10;text-decoration:none;background:none}
48 #popUpMaster h4{position:absolute;top:0;left:0;z-index:10;padding:0;margin:6px 0 0 10px;color:#333333;text-shadow:0 1px 0 #FFFFFF;
49 font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:15px;cursor:move;background:nonImage.gif;
50 width:100%}
51 /*End Make default admin menu wider*/