first commit
Change-Id: I8a65ee5527dd16d81e87c8ac5d4bdb471e5e759d
Signed-off-by: lombardof <flombardo@cnit.it>
diff --git a/static/css/rdcl.css b/static/css/rdcl.css
new file mode 100644
index 0000000..1124aaf
--- /dev/null
+++ b/static/css/rdcl.css
@@ -0,0 +1,44 @@
+.select-container-rdcl{
+
+}
+
+.select-container-rdcl-loading > .fa{
+ visibility: visible !important;
+}
+
+.select-container-rdcl-loaded > .fa{
+ visibility: hidden !important;
+}
+
+.select-container-rdcl-loading > .select-rdcl{
+ pointer-events: none !important;
+}
+
+.select-container-rdcl-loaded > .select-rdcl{
+ pointer-events: all !important;
+}
+
+.shellIframe {
+ width: 100%;
+ height: 450px;
+}
+
+/* layout.css Style */
+.upload-drop-zone {
+ height: 200px;
+ border-width: 2px;
+ margin-bottom: 20px;
+}
+
+/* skin.css Style*/
+.upload-drop-zone {
+ color: #ccc;
+ border-style: dashed;
+ border-color: #ccc;
+ line-height: 200px;
+ text-align: center
+}
+.upload-drop-zone.drop {
+ color: #222;
+ border-color: #222;
+}
\ No newline at end of file