Small fixes to chan input placeholder

This commit is contained in:
Nicolas Almagro Tonne
2015-11-26 17:28:17 +01:00
parent 66117779a9
commit 3c7d543577

View File

@@ -352,7 +352,7 @@ hide mdi-action-visibility mdi-action-visibility-off
/*font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;*/ /*font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;*/
font-size: 17px; font-size: 17px;
height: 42px; height: 42px;
line-height: 25px; line-height: 24px;
min-width: 307px; min-width: 307px;
width: 400px; width: 400px;
word-spacing: 0px; word-spacing: 0px;
@@ -361,7 +361,7 @@ hide mdi-action-visibility mdi-action-visibility-off
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
text-shadow: rgba(18, 18, 18, 0.76) 0px 1px 4px; text-shadow: rgba(18, 18, 18, 0.76) 0px 1px 4px;
border-bottom: 1px solid white !important; border-bottom: 1px solid white !important;
padding-left: 100px; padding-left: 91px;
} }
.mega .refresh-button{ .mega .refresh-button{