diff --git a/static/css/pad.css b/static/css/pad.css index c1b24566b..90a9cc630 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -473,11 +473,11 @@ table#otheruserstable { display: none; } height: 100px; } .modaldialog.cboxreconnecting { - background: #fed; + background: #8FCDE0; } .modaldialog.cboxconnecting, .modaldialog.cboxdisconnected { - background: #fdd; + background: #8FCDE0; } .cboxdisconnected #connectionboxinner div { display: none; } .cboxdisconnected_userdup #connectionboxinner #disconnected_userdup { display: block; } @@ -1146,9 +1146,86 @@ width:33px !important; color: #999; } +label[for=readonlyinput] { + margin: 0 10px 0 2px; +} + +@media screen and (max-width: 960px) { + .modaldialog { + position: relative; + margin: 0 auto; + width: 80%; + top: 40px; + left: 0; + } +} + @media screen and (max-width: 600px) { - #editbar ul li { + #editbar ul li { padding: 4px 1px; + } +} + +@media only screen and (min-device-width: 320px) and (max-device-width: 600px) { + #editbar ul li { + padding: 4px 3px; + } + #editbar ul#menu_right > li { + padding: 4px 8px; + margin-top: 2px; + } + #chaticon { + opacity: .8; + } + #users { + right: none; + left: 30px; + } + #mycolorpicker { + right: 0; + top: 70px; + left: 0 !important; + } + #embed, #readonly, #importexport { + width: 80%; + right: 0; + left: 30px; + } + #embedinput, #readonlyInput, #linkinput { + display: block; + width: 90%; + } + #importexport { + height: auto !important; + } + #importexportline { + display: none; + } + #import, #export { + position: initial; + display: block; + } + #editorcontainer { + margin-bottom: 33px; + } + #editbar ul#menu_right { + background: #f7f7f7; + background: -moz-linear-gradient(#f7f7f7, #f1f1f1 80%); + background: -ms-linear-gradient(#f7f7f7, #f1f1f1 80%); + background: -o-linear-gradient(#f7f7f7, #f1f1f1 80%); + background: -webkit-linear-gradient(#f7f7f7, #f1f1f1 80%); + width: 100%; + overflow: hidden; + height: 32px; + position: fixed; + bottom: 0; + border-top: 1px solid #ccc; + } + #chaticon, #chatbox { + bottom: 33px; + right: 0; + border-right: none; + border-top-right-radius: 0; } } diff --git a/static/index.html b/static/index.html index 2bed58f98..82a3c455b 100644 --- a/static/index.html +++ b/static/index.html @@ -1,6 +1,7 @@