opt-cc/static/src/styles.css

50 lines
534 B
CSS
Raw Normal View History

2017-05-10 11:04:06 +02:00
body {
padding-top: 50px;
}
.tabs-container {
width: 520px;
}
label {
display: block;
}
.ng-touched.ng-invalid {
border-color: #a94442;
}
.tag-controls > .form-control {
width: calc(100% - 119px);
display: inline-block;
}
.tag-controls > button {
margin-top: -2px;
}
.tag-controls {
padding-bottom: 8px;
}
form {
padding-bottom: 10px;
}
#footer {
position: fixed;
bottom: 0;
width: 100%;
}
#left {
width: 20%;
2017-08-12 23:13:39 +02:00
min-width: 350px;
max-width: 450px;
2017-05-10 11:04:06 +02:00
float: left;
}
2017-09-03 12:49:59 +02:00
2017-05-10 11:04:06 +02:00
#right {
2017-08-12 23:13:39 +02:00
overflow: hidden;
2017-05-10 11:04:06 +02:00
}