Finished meta data for files
[pithos-web-client] / src / gr / grnet / pithos / web / public / pithos.css
index 88dd07c..4cb5286 100644 (file)
@@ -630,4 +630,26 @@ a.pithos-tag {
 .pithos-pagerButtonCurrent {
        background-color: #4085A5;
        color: white;
-}
\ No newline at end of file
+}
+
+.pithos-metaTitle {
+       font-weight: bold;
+}
+
+.pithos-addMetaImg {
+       background-color: #4085A5;
+       padding: 5px;
+       cursor: pointer;
+}
+
+.pithos-metaDeleteImg {
+       cursor: pointer;
+}
+
+.pithos-metaName {
+       width: 7em;
+}
+
+.pithos-metaValue {
+       width: 7em;
+}