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
path: root/css
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-04-25 21:21:42 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-04-25 21:21:42 +0400
commit05fafb1cf94676e08fd0393963c8b7b9f039c025 (patch)
treeff0b5748e2e51421709b8a52cce619a73394f7cf /css
parent38e2aa7b32bac95caf12944a14c6f75aaac396e9 (diff)
First approach
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css25
1 files changed, 12 insertions, 13 deletions
diff --git a/css/style.css b/css/style.css
index 4a5ac85d..04c72c0b 100755
--- a/css/style.css
+++ b/css/style.css
@@ -125,10 +125,6 @@
}
#document-title{
-/* position: absolute;
- top: 9px;
- left:50%;
- margin:0; */
padding: 4px 0 5px;
border-bottom: 1px solid #E9E9E9;
@@ -147,7 +143,6 @@
#document-title div{
position: relative;
- /*margin-left:-50%;*/
}
#document-title>input {
height:14px;
@@ -174,22 +169,22 @@
#documents-overlay, #documents-overlay-below{
position: fixed;
- top: 0;
+ top: 36px;
left: 0;
width: 100%;
height: 100%;
- filter:alpha(opacity=30);
- opacity: .3;
+ filter:alpha(opacity=60);
+ opacity: .6;
z-index: 1000;
- background-color: #111;
+ background-color: #fff;
}
#documents-overlay-below{
- left:0;
- top:0;
+ right:72px;
+ top:65px;
filter:alpha(opacity=100);
opacity: 1;
- background:#f0f0f0;
+ background:#fff;
z-index: 999;
}
@@ -294,12 +289,16 @@ editinfo > div.editInfoMarker {
editinfo > div.editInfoMarker:hover {
}
+.dijitToolbar{
+ min-height: 31px;
+}
+
.dijitToolbar .dijitDropDownButton {
padding-top: 2px;
}
.dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton {
-margin-top:-1px;
+margin-top: -1px;
}
.claro .dijitTextBox .dijitInputInner,