diff options
author | Wugy <wugy@mally-soft.com> | 2010-01-10 20:06:20 +0100 |
---|---|---|
committer | Wugy <wugy@mally-soft.com> | 2010-01-10 20:06:20 +0100 |
commit | efa32b11e9cbbe265047cd582670cc2a1f3df310 (patch) | |
tree | 8e0cde697da3e1e3149de09424491a72644d02f1 /module/web/media | |
parent | new addbox design (diff) | |
download | pyload-efa32b11e9cbbe265047cd582670cc2a1f3df310.tar.xz |
webinterface - little css change
Diffstat (limited to 'module/web/media')
-rw-r--r-- | module/web/media/default/css/window.css | 147 |
1 files changed, 74 insertions, 73 deletions
diff --git a/module/web/media/default/css/window.css b/module/web/media/default/css/window.css index 130486d48..4c209f33b 100644 --- a/module/web/media/default/css/window.css +++ b/module/web/media/default/css/window.css @@ -1,74 +1,75 @@ -/* ----------- My Form ----------- */ -.myform{ -margin:0 auto; -width:600px; -padding:14px; - -left:50%; -top:150px; -margin-left: -350px; -position: absolute; -background: #FFF; -display:none; -} - -/* ----------- stylized ----------- */ -#add_box{ -border:solid 2px #b7ddf2; -background:#ebf4fb; -} -#add_box h1 { -font-size:14px; -font-weight:bold; -margin-bottom:8px; -} -#add_box p{ -font-size:11px; -color:#666666; -margin-bottom:20px; -border-bottom:solid 1px #b7ddf2; -padding-bottom:10px; -} -#add_box label{ -display:block; -font-weight:bold; -text-align:right; -width:240px; -float:left; -} -#add_box .small{ -color:#666666; -display:block; -font-size:11px; -font-weight:normal; -text-align:right; -width:240px; -} -#add_box input{ -float:left; -font-size:12px; -padding:4px 2px; -border:solid 1px #aacfe4; -width:300px; -margin:2px 0 20px 10px; -} -#add_box textarea{ -float:left; -font-size:12px; -padding:4px 2px; -border:solid 1px #aacfe4; -width:300px; -margin:2px 0 20px 10px; -} -#add_box button{ -clear:both; -margin-left:150px; -width:125px; -height:31px; -background:#666666 url(../img/button.png) no-repeat; -text-align:center; -line-height:31px; -color:#FFFFFF; -font-size:11px; -font-weight:bold; +/* ----------- My Form ----------- */
+.myform{
+margin:0 auto;
+width:600px;
+padding:14px;
+
+left:50%;
+top:150px;
+margin-left: -350px;
+position: absolute;
+background: #FFF;
+display:none;
+}
+
+/* ----------- stylized ----------- */
+#add_box{
+border:solid 2px #b7ddf2;
+background:#ebf4fb;
+}
+#add_box h1 {
+font-size:14px;
+font-weight:bold;
+margin-bottom:8px;
+}
+#add_box p{
+font-size:11px;
+color:#666666;
+margin-bottom:20px;
+border-bottom:solid 1px #b7ddf2;
+padding-bottom:10px;
+}
+#add_box label{
+display:block;
+font-weight:bold;
+text-align:right;
+width:240px;
+float:left;
+}
+#add_box .small{
+color:#666666;
+display:block;
+font-size:11px;
+font-weight:normal;
+text-align:right;
+width:240px;
+}
+#add_box input{
+float:left;
+font-size:12px;
+padding:4px 2px;
+border:solid 1px #aacfe4;
+width:300px;
+margin:2px 0 20px 10px;
+}
+#add_box textarea{
+float:left;
+font-size:12px;
+padding:4px 2px;
+border:solid 1px #aacfe4;
+width:300px;
+margin:2px 0 20px 10px;
+}
+#add_box button{
+clear:both;
+margin-left:150px;
+width:125px;
+height:31px;
+background:#666666 url(../img/button.png) no-repeat;
+text-align:center;
+line-height:31px;
+color:#FFFFFF;
+font-size:11px;
+font-weight:bold;
+border: 0px;
}
\ No newline at end of file |