Changed the tabbed dialog API to include an epilogue that
[citadel.git] / webcit / static / webcit.css
index b06fb006dd7bee75187ec56cd55e20f46aa826e3..e88391fbdca2e26cb306d8c31c6e379653e8012c 100644 (file)
@@ -1161,7 +1161,7 @@ ul.tabbed_dialog li {
 
 .tabcontent_submit {
         margin: 0 auto 0 auto;
-        width: 50%;
+        width: 90%;
         padding: 10px;
         text-align: center;
 }
@@ -1346,7 +1346,6 @@ li.event_unread span, a.event_read_title {
        border: 1px solid #333;
        background-color: #ffff00;
        overflow: hidden;
-       z-index: 10;
 }
 
 .stickynote_titlebar {
@@ -1361,26 +1360,26 @@ li.event_unread span, a.event_read_title {
 
 .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;
-       right: 0px;
-       bottom: 0px;
+       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;
 }
 
@@ -1393,3 +1392,8 @@ li.event_unread span, a.event_read_title {
        width: 16px;
        height: 16px;
 }
+
+.openid_urlarea {
+       background: url('openid-small.gif') no-repeat scroll 0pt 50%;
+       padding-left: 18px;
+}