facilmap/frontend/app/app.css

17 wiersze
166 B
CSS
Czysty Zwykły widok Historia

2014-04-07 00:33:49 +00:00
html,body {
2014-12-31 14:54:48 +00:00
height: 100%;
margin: 0;
padding: 0;
2014-04-07 00:33:49 +00:00
}
.disabled label {
2016-10-04 13:52:16 +00:00
color: #aaa;
2014-12-14 03:43:05 +00:00
}
.modal-fs {
width: 95%;
}
2016-10-04 16:23:05 +00:00
textarea,textarea.form-control {
height: 8em;
2016-10-04 16:36:59 +00:00
}