Skip to content
Snippets Groups Projects
Commit b7a29549 authored by Leonidas Poulopoulos's avatar Leonidas Poulopoulos
Browse files

Minor css fixes

parent a14f0140
No related branches found
No related tags found
No related merge requests found
......@@ -156,14 +156,14 @@ th {
}
div.roundbox, #portsacc, #id_comments{
background-color: #F4F4F4;
border: 1px solid #FFFFFF;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 3px #AAAAAA;
clear: both;
float: left;
margin: 5px 0 5px 80px;
padding: 10px;
-moz-border-radius: 5px; border-radius:5px; -webkit-border-radius: 5px;
-moz-box-shadow: 0 0 3px #AAAAAA; box-shadow: 0 0 3px #AAAAAA; -webkit-box-shadow: 0 0 3px #AAAAAA;
background-color: #F4F4F4;
border: 1px solid #FFFFFF;
clear: both;
float: left;
margin: 5px 0 5px 100px;
padding: 10px;
width: 620px;
}
#rule_form_wrapper{
......@@ -176,7 +176,7 @@ div.roundbox, #portsacc, #id_comments{
#rule_form_container input:not([type="submit"]), #rule_form_container select {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DDDDDD;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px; border-radius:3px; -webkit-border-radius: 3px;
float: left;
font-family: "Century Gothic",Helvetica,sans-serif;
font-size: 13px;
......@@ -198,11 +198,11 @@ div.roundbox, #portsacc, #id_comments{
}
#rule_form_container{
background-color: #F9F9F9;
border: 2px solid #FFFFFF;
border-radius: 10px 10px 10px 10px;
box-shadow: 0 0 3px #AAAAAA;
overflow: hidden;
-moz-border-radius: 10px 10px 10px 10px; border-radius:10px; -webkit-border-radius: 10px;
-moz-box-shadow: 0 0 3px #AAAAAA; box-shadow: 0 0 3px #AAAAAA; -webkit-box-shadow: 0 0 3px #AAAAAA;
background-color: #F9F9F9;
border: 2px solid #FFFFFF;
overflow: hidden;
width: 800px;
}
#rule_form_container div label {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment