X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fthemes%2Freadable.css;h=c9df18070625d0996156704da8d352f6ecbd6536;hb=c8d1eead96a1b07613e73298bb093edcd6a3444a;hp=5a03b6ba036a25de494b685942a946fda41a48fe;hpb=a96f684c79210f1736aac6c26ce1b03d2df569b4;p=plack-app-gruntmaster.git diff --git a/css/themes/readable.css b/css/themes/readable.css index 5a03b6b..c9df180 100644 --- a/css/themes/readable.css +++ b/css/themes/readable.css @@ -1,6 +1,5 @@ -@import url("//fonts.googleapis.com/css?family=Raleway:400,700"); /*! - * bootswatch v3.3.2 + * bootswatch v3.3.4 * Homepage: http://bootswatch.com * Copyright 2012-2015 Thomas Park * Licensed under MIT @@ -281,7 +280,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: serif; + font-family: "DejaVu Serif", Georgia, serif; font-size: 16px; line-height: 1.42857143; color: #333333; @@ -364,6 +363,9 @@ hr { overflow: visible; clip: auto; } +[role="button"] { + cursor: pointer; +} h1, h2, h3, @@ -1056,10 +1058,13 @@ output { .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { - cursor: not-allowed; background-color: #eeeeee; opacity: 1; } +.form-control[disabled], +fieldset[disabled] .form-control { + cursor: not-allowed; +} textarea.form-control { height: auto; } @@ -1126,6 +1131,7 @@ input[type="search"] { } .radio-inline, .checkbox-inline { + position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; @@ -1162,6 +1168,7 @@ fieldset[disabled] .checkbox label { padding-top: 9px; padding-bottom: 9px; margin-bottom: 0; + min-height: 38px; } .form-control-static.input-lg, .form-control-static.input-sm { @@ -1203,6 +1210,7 @@ select[multiple].form-group-sm .form-control { padding: 5px 10px; font-size: 14px; line-height: 1.5; + min-height: 36px; } .input-lg { height: 57px; @@ -1239,6 +1247,7 @@ select[multiple].form-group-lg .form-control { padding: 14px 16px; font-size: 20px; line-height: 1.3333333; + min-height: 42px; } .has-feedback { position: relative; @@ -1674,11 +1683,9 @@ input[type="button"].btn-block { } .collapse { display: none; - visibility: hidden; } .collapse.in { display: block; - visibility: visible; } tr.collapse.in { display: table-row; @@ -1897,6 +1904,31 @@ tbody.collapse.in { padding: 9px; border-radius: 3px; } +.close { + float: right; + font-size: 24px; + font-weight: bold; + line-height: 1; + color: #ffffff; + text-shadow: 0 1px 0 #ffffff; + opacity: 0.2; + filter: alpha(opacity=20); +} +.close:hover, +.close:focus { + color: #ffffff; + text-decoration: none; + cursor: pointer; + opacity: 0.5; + filter: alpha(opacity=50); +} +button.close { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; +} .modal-open { overflow: hidden; } @@ -1908,7 +1940,7 @@ tbody.collapse.in { right: 0; bottom: 0; left: 0; - z-index: 1040; + z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } @@ -1949,10 +1981,12 @@ tbody.collapse.in { outline: 0; } .modal-backdrop { - position: absolute; + position: fixed; top: 0; right: 0; + bottom: 0; left: 0; + z-index: 1040; background-color: #000000; } .modal-backdrop.fade { @@ -2080,7 +2114,6 @@ tbody.collapse.in { } .hidden { display: none !important; - visibility: hidden !important; } .affix { position: fixed;