25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00
This commit is contained in:
Marek Foss 2016-02-25 18:56:43 +01:00
parent 217ba09408
commit ebaf750a9b

View File

@ -383,6 +383,9 @@ css(Host) ->
" background: #f9f9f9;\n" " background: #f9f9f9;\n"
" font-family: sans-serif;\n" " font-family: sans-serif;\n"
"}\n" "}\n"
"body {\n"
" min-width: 990px;\n"
"}\n"
"a {\n" "a {\n"
" text-decoration: none;\n" " text-decoration: none;\n"
" color: #3eaffa;\n" " color: #3eaffa;\n"
@ -461,13 +464,15 @@ css(Host) ->
" font-size: 0.75em;\n" " font-size: 0.75em;\n"
" text-align: center;\n" " text-align: center;\n"
"}\n" "}\n"
"#navigation {\n"
" display: inline-block;\n"
" vertical-align: top;\n"
" width: 30%;\n"
"}\n"
"#navigation ul {\n" "#navigation ul {\n"
" position: absolute;\n"
" top: 75px;\n"
" left: 0;\n"
" padding: 0;\n" " padding: 0;\n"
" margin: 0;\n" " margin: 0;\n"
" width: 17em;\n" " width: 90%;\n"
" background: #fff;\n" " background: #fff;\n"
"}\n" "}\n"
"#navigation ul li {\n" "#navigation ul li {\n"
@ -595,8 +600,10 @@ css(Host) ->
" list-style-type: none;\n" " list-style-type: none;\n"
"}\n" "}\n"
"#content {\n" "#content {\n"
" padding-left: 19em;\n" " display: inline-block;\n"
" vertical-align: top;\n"
" padding-top: 25px;\n" " padding-top: 25px;\n"
" width: 70%;\n"
"}\n" "}\n"
"div.guidelink,\n" "div.guidelink,\n"
"p[dir=ltr] {\n" "p[dir=ltr] {\n"