prometheus/web/static/css/prometheus.css

26 lines
552 B
CSS
Raw Normal View History

2013-01-17 22:47:38 +00:00
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333333;
background-color: #eee;
}
input:not([type=submit]):not([type=file]):not([type=button]) {
border: 1px solid #aaa;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.grouping_box {
2013-01-17 22:47:38 +00:00
position: relative;
padding: 5px;
margin: 2px;
background-color: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}