Redesign user tasks
[blerg.git] / www / css / blerg.css
index 10e8ed5..2230014 100644 (file)
@@ -54,11 +54,38 @@ a > img {
 
 .blerg-controls {
        float: right;
+       position: relative;
        width: 50%;
        margin-top: 8px;
        margin-right: 8px;
        font-size: large;
        text-align: right;
+       height: 114px;
+}
+
+.blerg-controls-toolbar {
+       position: absolute;
+       right: 0;
+       bottom: 0;
+}
+
+.blerg-controls-toolbar .onyx-button {
+       margin-left: 4pt;
+       font-size: 14pt;
+}
+
+.spew-button {
+       color: #333;
+       background-color: #0D0;
+       font-weight: bold;
+}
+
+.spew-button::after {
+       content: " ▼";
+}
+
+.spew-button.active::after {
+       content: " ▲";
 }
 
 h2 {
@@ -111,6 +138,7 @@ h1, h2, h3 {
 .blerg-post .content {
        font-size: 14pt;
        font-family: sans-serif;
+       height: 51pt;
 }
 
 .login {