todo panel in admin editor

This commit is contained in:
ilvalle
2013-12-05 11:43:23 +01:00
parent 3a6a8af9f6
commit b61b0bf3ad
4 changed files with 74 additions and 0 deletions
@@ -1,3 +1,4 @@
/* TODO rename this file as web2py-editor.css */
/* Fullscreen */
.CodeMirror-fullscreen {
z-index: 1030;
@@ -36,3 +37,15 @@
/*.nav-tabs>li {
min-width: 100px;
}*/
#windows_divs > div {
position: fixed;
height: 30%;
left: 0;
background: white;
right: 0;
bottom: 41px;
z-index: 1030;
overflow: inherit;
border-top: 1px solid #ddd;
}