X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fwebcit.css;h=a10154bbcfbb52c97d7a4c844a52263fb79e5001;hb=4b73cd994b4bae71fbe803614ca18261e4f3d1bc;hp=8c6cb18efcf12a1bc1756d4cd9e82cbd8b3c294c;hpb=8b15ba21b25ea45e21d5a4f10a8c5be108a54f77;p=citadel.git diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 8c6cb18ef..a10154bbc 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -1,3 +1,4 @@ +@import url("datepicker.css"); @media print { input#toggler, .toolbar { display: none } } @@ -675,6 +676,9 @@ body, #global { vertical-align: middle; padding-left: 2px; padding-right: 5px; + width: 32px; + height: 32px; + border: none; } #button li a { @@ -1322,21 +1326,75 @@ li.event_unread span, a.event_read_title { padding: 4px; } +.roompic { + height: 48px; + width: 48px; + border: none; +} +#navbar ul li a img { + vertical-align: middle; + border: none; +} +.table-alt-row { + background-color: #DDDDDD; +} + .stickynote_outer { - position: relative; + position: absolute; width: 200px; height: 200px; - border: 1px solid black; + border: 1px solid #333; background-color: #ffff00; overflow: hidden; + z-index: 10; } .stickynote_titlebar { position: relative; width: 100%; - height: 15px; + height: 16px; top: 0px; left: 0px; background-color: #888800; font-size: 6px; } + +.stickynote_body { + position: relative; + //width: 100%; + //height: 100%; + //top: 0px; + //left: 0px; + font-family: "Comic Sans MS", "Verdana", "Bitstream Vera Sans", sans-serif; +} + +.stickynote_resize { + position: absolute; + background-image: url('resizecorner.png'); + height: 16px; + width: 16px; + right: -1px; + bottom: -1px; +} + +.stickynote_palette { + position: absolute; + width: 48px; + height: 48px; + top: 16px; + left: 0px; + background-color: #ffffff; + border: 1px solid #333; + z-index: 15; + display: none; +} + +.stickynote_palette table { + margin: 0; + padding: 0; +} + +.stickynote_palette td { + width: 16px; + height: 16px; +}