aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/shaarli.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css
index c4348c70..c979ff5e 100644
--- a/inc/shaarli.css
+++ b/inc/shaarli.css
@@ -975,6 +975,20 @@ div.dailyNoEntry {
975 margin: 3px; 975 margin: 3px;
976 } 976 }
977 977
978 #headerform label {
979 width: 100%;
980 display: block;
981 height: auto;
982 line-height: 25px;
983 padding-bottom: 10px;
984 }
985
986 #headerform label input[type=text],
987 #headerform label input[type=password]{
988 float: right;
989 width: 70%;
990 }
991
978 .searchform, .tagfilter { 992 .searchform, .tagfilter {
979 display: block !important; 993 display: block !important;
980 margin: 0px 3px 7px 0px !important; 994 margin: 0px 3px 7px 0px !important;