Make info.xml valid
[grauphel.git] / grauphel.css
index 1ad5a2d4c0d4ad07cf30adb0942f6d47ad480bfa..20c0ead087da94a45e2d44dd5ce47c34213c033a 100644 (file)
@@ -35,6 +35,9 @@
     padding: 1ex;
     font-family: monospace;
 }
+.app-grauphel #app-content blockquote {
+    margin-left: 2ex;
+}
 
 .app-grauphel #app-content ul {
     list-style-type: disc;
 .app-grauphel #app-content .success {
     color: green;
 }
+.app-grauphel #app-content .error a {
+    color: red !important;
+}
+
+.app-grauphel #app-content .actions {
+    float: right;
+}
+.app-grauphel #app-content .actions a {
+    color: #555;
+    padding: 14px 10px;
+    position: relative;
+    top: 7px;
+    min-width: 25px;
+    padding: 5px;
+    background-color: rgba(240,240,240,.9);
+}
 
 .app-grauphel .oauth-authorize {
     margin: 2ex;
@@ -113,7 +132,7 @@ table.table thead th {
     vertical-align: middle;
 }
 
-table.table th, table.table td {
+table.table th, table.table td, #searchresults td {
     border-bottom:1px solid #ddd;
     text-align:left;
     font-weight:normal;
@@ -125,6 +144,10 @@ table.table td {
     background-position: 8px center;
     background-repeat: no-repeat;
 }
+#headerTitle {
+    /* let it take all available space */
+    width: 9999px;
+}
 
 a.action.delete, table.table form button.action.delete {
     position: absolute;
@@ -171,4 +194,10 @@ table.table form button.action {
 }
 .note-content a {
     text-decoration: underline;
+}
+
+#searchresults {
+    margin-top: 0px;
+    min-height: 100%;
+    margin-bottom: 50px;
 }
\ No newline at end of file