summaryrefslogtreecommitdiff
path: root/modules/server_add/css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-03-04 15:46:10 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-03-04 15:46:10 +0000
commitf7d82ec52f533c620c94fe0327175747cc3d8877 (patch)
treea4fdc5d31e700036083e11f31f17c8fca6cccd60 /modules/server_add/css
parentf16224ae828e43204cf334681941c27f179e09c3 (diff)
Rename local_import module to server_add
Diffstat (limited to 'modules/server_add/css')
-rw-r--r--modules/server_add/css/admin.css29
-rw-r--r--modules/server_add/css/jquery.autocomplete.css49
-rw-r--r--modules/server_add/css/server_add.css60
3 files changed, 138 insertions, 0 deletions
diff --git a/modules/server_add/css/admin.css b/modules/server_add/css/admin.css
new file mode 100644
index 00000000..b700919b
--- /dev/null
+++ b/modules/server_add/css/admin.css
@@ -0,0 +1,29 @@
+#gServerAddAdmin {
+ margin:auto;
+ text-align: left;
+}
+
+#gServerAddAdmin form fieldset {
+ border: medium none;
+}
+
+#gServerAddAdmin legend {
+ display: none;
+}
+
+#gServerAddAdmin .gWarning {
+ background-color: #FFFF99;
+}
+
+#gAuthorizedPath {
+ margin: 0 !important;
+ padding: 0.3em 1.5em 0.3em 1em;
+}
+
+#gServerAdd Admin #path {
+ width: 80%;
+}
+
+.gRemoveDir:hover {
+ cursor: pointer;
+}
diff --git a/modules/server_add/css/jquery.autocomplete.css b/modules/server_add/css/jquery.autocomplete.css
new file mode 100644
index 00000000..4d50cf43
--- /dev/null
+++ b/modules/server_add/css/jquery.autocomplete.css
@@ -0,0 +1,49 @@
+.ac_results {
+ padding: 0px;
+ border: 1px solid black;
+ background-color: white;
+ overflow: hidden;
+ text-align: left;
+ z-index: 99999;
+}
+
+.ac_results ul {
+ width: 100%;
+ list-style-position: outside;
+ list-style: none;
+ padding: 0;
+ margin: 0;
+}
+
+.ac_results li {
+ margin: 0px;
+ padding: 2px 5px;
+ cursor: default;
+ display: block;
+ /*
+ if width will be 100% horizontal scrollbar will apear
+ when scroll mode will be used
+ */
+ /*width: 100%;*/
+ font: menu;
+ font-size: 12px;
+ /*
+ it is very important, if line-height not setted or setted
+ in relative units scroll will be broken in firefox
+ */
+ line-height: 16px;
+ overflow: hidden;
+}
+
+.ac_loading {
+ background: white url('indicator.gif') right center no-repeat;
+}
+
+.ac_odd {
+ background-color: #eee;
+}
+
+.ac_over {
+ background-color: #0A246A;
+ color: white;
+}
diff --git a/modules/server_add/css/server_add.css b/modules/server_add/css/server_add.css
new file mode 100644
index 00000000..16ccc539
--- /dev/null
+++ b/modules/server_add/css/server_add.css
@@ -0,0 +1,60 @@
+.gCheckboxTree {
+ display: none;
+}
+
+.gCheckboxTree input {
+ display: inline;
+}
+
+.gCheckboxTree li {
+ padding: 0;
+ float: none;
+}
+
+.gCheckboxTree .ui-icon {
+ cursor: pointer;
+}
+
+.gFile {
+ padding-left: 2.5em;
+}
+
+#gProgressBar {
+ visibility: hidden;
+ height: 1em;
+ width: 100%;
+ margin-top: 0.5em;
+ display: inline-block;
+}
+
+#gServerAdd #gServerAddTree {
+ border: 1px solid #CCCCCC;
+ height: 25em;
+ overflow: auto;
+ margin-bottom: .5em;
+ padding-top: .5em;
+ padding-bottom: .5em;
+}
+
+#gServerAdd ul ul li {
+ padding-left: 1.2em;
+}
+
+#gServerAdd ul li .gFile {
+ padding-left: 2.5em;
+}
+
+#gServerAdd .gBreadcrumbs {
+ font-size: 1em;
+ padding: 0;
+ margin: 0;
+ border-top-width: 0px;
+}
+
+#gServerAdd p {
+ margin: 0;
+}
+
+#gServerAdd .gBreadcrumbs li {
+ padding: 10px 6px 10px 16px;
+}