diff --git a/public/src/css/common.css b/public/src/css/common.css index 0ce9f80b1..6906559d4 100644 --- a/public/src/css/common.css +++ b/public/src/css/common.css @@ -1021,4 +1021,58 @@ a.v_highlight_more { .navbar-form .form-control { width: 350px; } +} + +.form-control { + width: 350px +} + + +} +.block_container { + padding-left: 30px!important +} +input:focus::-webkit-input-placeholder { + color: transparent!important; + text-align: center +} +input:focus:-moz-placeholder { + color: transparent!important; + text-align: center +} +input:focus::-moz-placeholder { + color: transparent!important; + text-align: center +} +input:focus:-ms-input-placeholder { + color: transparent!important; + text-align: center +} +::-webkit-input-placeholder { + text-align: center; + color: #5a6d81; + font-size: 13px!important; + font-family: 'Source Sans Pro, Regular'!important +} +:-moz-placeholder { + text-align: center; + color: #5a6d81; + font-size: 13px!important; + font-family: 'Source Sans Pro, Regular'!important +} +::-moz-placeholder { + text-align: center; + color: #5a6d81; + font-size: 13px!important; + font-family: 'Source Sans Pro, Regular'!important +} +:-ms-input-placeholder { + text-align: center; + color: #5a6d81; + font-size: 13px!important; + font-family: 'Source Sans Pro, Regular'!important +} +li.dropdown { + background: #132f4b; + margin-left: 5px; } \ No newline at end of file diff --git a/public/views/block_list.html b/public/views/block_list.html index 156308854..252dd2c88 100644 --- a/public/views/block_list.html +++ b/public/views/block_list.html @@ -1,6 +1,6 @@
-
+