X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fform%2Fstatic%2Fcss%2Fform.css;fp=plugins%2Fform%2Fstatic%2Fcss%2Fform.css;h=e8f79e2088c0e44f8436e015bc3d33b39f524150;hb=d1e5d12b2b9519801f7b981a2177b3f36115714a;hp=0000000000000000000000000000000000000000;hpb=785bbb5d786f64e50b16ed07904305fe557eaf8f;p=myslice.git diff --git a/plugins/form/static/css/form.css b/plugins/form/static/css/form.css new file mode 100644 index 00000000..e8f79e20 --- /dev/null +++ b/plugins/form/static/css/form.css @@ -0,0 +1,82 @@ +#commentForm { + + margin:0 auto; + width:800px; + padding:10px; + font-size:12pt; + overflow:auto; + } +input { + border:2px solid #456879; + height: 22px; + width: 200px; + font-size: 10px; + } +label { + float: left; + font-weight: bold; + text-align: right; + margin-right: 20px; + width: 200px; + display: inline-block; + +} + +label.error { float: none; color: red; padding-left: .5em; vertical-align: top; font-size: 12px; } + +p { +/*border-bottom:1px solid #B7DDF2;*/ +color:#666666; +font-size:10px; +margin-bottom:20px; +padding-bottom:10px; +} + + + +legend { + position: relative; + top: -2px; + background: cornsilk; + padding: 10px 100px; + border: 2px groove threedface; + border-top: none; + box-shadow: inset 0 -5px 5px rgba(0,0,0,.2); + text-shadow: 1px 1px 2px rgba(0,0,0,.3); + font-weight: bold; + font-size: 25px; + margin-left: 90px; +} + +textarea:focus, input:focus { + border: 2px solid #900; +} + +.required{ +font-size:12pt; +} +.submit { +/* float:right; */ +text-align: center; +margin-top: 15px; +margin-left: 180px; +} +.field { +padding:2px; +} +.hint{ + display:none; + } +.field:hover .hint { + position: absolute; + display: block; + margin: -30px 0 0 455px; + color: #FFFFFF; + padding: 7px 10px; + background: rgba(0, 0, 0, 0.6); + + -moz-border-radius: 7px; + -webkit-border-radius: 7px; + border-radius: 7px; + } +