Author: sevein
Date: Wed Oct  5 10:54:53 2011
New Revision: 9929

Log:
Restore old multiuploader CSS classes, TODO use standard markup in the future

Modified:
   trunk/css/graphic.css

Modified: trunk/css/graphic.css
==============================================================================
--- trunk/css/graphic.css       Wed Oct  5 10:50:54 2011        (r9928)
+++ trunk/css/graphic.css       Wed Oct  5 10:54:53 2011        (r9929)
@@ -169,6 +169,53 @@
 }
 
 /*********************************************************
+             MULTIUPLOADER
+  TODO: Apply default markup, .section, h3, etc...
+**********************************************************/
+
+div.multiFileUploadItem {
+  border: 1px solid #bbb;
+  padding: 2px;
+  margin: 2px 2px 12px 2px;
+  overflow: auto;
+}
+
+div.multiFileUploadWarning {
+  color: #222200;
+  background-color: #FFFFDD;
+}
+
+div.multiFileUploadWarning p {
+  margin: 5px 8px;
+}
+
+div.multiFileUploadThumbItem {
+  float: left;
+  margin: 5px;
+  padding: 5px;
+  height: auto;
+  text-align: center;
+  display: table-cell;
+  background-color: #eee;
+}
+
+div.multiFileUploadInfo {
+  float: left;
+  margin: 0 0 0 5px;
+  height: auto;
+}
+
+div.multiFileUploadInfo .title {
+  font-weight: bold;
+  margin: 0 4px 0 0;
+}
+
+div.multiFileUploadInfoActions a {
+  margin-right: 6px;
+}
+
+
+/*********************************************************
              CHECK FOR UPDATES
 **********************************************************/
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to