Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-11 15:02:48 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-11 15:02:48 +0400
commitcb126f0a157c63df002bca72639935dcba326236 (patch)
treedec0efc929b6716a4f8c670fed898813966e5193 /css/style.css
parent3a03ebc76fa6f8b3e5e9b05238462b17ad7fa2b2 (diff)
move changes from editor.css to style.css
Diffstat (limited to 'css/style.css')
-rwxr-xr-xcss/style.css31
1 files changed, 28 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index 1a9be14e..1792e896 100755
--- a/css/style.css
+++ b/css/style.css
@@ -7,6 +7,10 @@
}
/* end IE 8 fixes */
+#editor {
+ box-shadow: none !important;
+}
+
#editor ::-webkit-scrollbar-thumb {
background-color: #fff;
}
@@ -175,8 +179,9 @@
}
#mainContainer{
- position:absolute;
- z-index:500;
+ position: absolute;
+ z-index: 500;
+ background-color: #ddd !important;
}
#documents-overlay, #documents-overlay-below{
@@ -245,8 +250,15 @@
width: 70px;padding:5px;
}
-#members{
+#members {
padding-top: 86px !important;
+ background-color: #ddd !important;
+}
+
+.memberListButton {
+ background-color: transparent !important;
+ box-shadow: none !important;
+ border: none !important;
}
.memberListButton span {
@@ -264,10 +276,19 @@
width:46px;
}
+#memberList .memberListLabel {
+ color: #555 !important;
+ border-radius: 3px !important;
+ padding: 0 !important;
+ font-size: 10px !important;
+}
+
#toolbar {
top: 45px !important;
border-bottom: none !important;
padding: 5px 0 0 !important;
+ box-shadow: none !important;
+ background-color: rgba(255,255,255,.95);
}
#toolbar > .dijit{
@@ -281,6 +302,10 @@
top: 83px !important;
}
+#canvas > div {
+ box-shadow: none !important;
+}
+
cursor > div {
padding-bottom: 0 !important;
}