X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=93acc89a5bda0cd9f440dfbc12e91ac85b1c68fe;hb=ede0b55fc7693bf2e5daa12237a8d9e79418a6fa;hp=b4601d8537c7936cd9b98dc4e18311d3ea7825c8;hpb=6e80032b72a728493d8155520539ab074d51d12a;p=gruntmaster-page.git diff --git a/css/custom.css b/css/custom.css index b4601d8..93acc89 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,17 +1,13 @@ -div#subtitle{ - font-family: "Liberation Mono","DejaVu Sans Mono","Lucida Console",monospace; +h1#title{ font-weight: bold; text-align: center; - padding: 0; - margin: 0; - font-size: 3em; + font-size: 3em !important; } footer{ width: 60em; margin: auto; margin-top: 6em; - white-space: pre-wrap; color: #777; } @@ -46,3 +42,61 @@ div.container-fluid { .list-group-item, .form-control { max-width: 30em; } + +div#result{ + text-align: center; +} + +a.dropdown-toggle{ + cursor: pointer; +} + +.table-fixed{ + table-layout: fixed; +} + +#clock{ + float: right; + margin-right: 1em; +} + +nav li{ + padding: 5px; +} + +ul.inline{ + list-style-type: none; +} + +ul.inline li{ + display: inline; +} + +ul.inline li:after { + content: ", "; +} + +ul.inline li:last-child:after { + content: ""; +} + +.tracker-mark.tick { + color: green; +} + +.tracker-mark.x{ + color: red; +} + +#ctcountdown { + text-align: center; + font-size: 200%; +} + +.reqjs { + display: none !important; +} + +td.user, td.owner { + word-break: break-all; +}