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-03-17 18:20:09 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-03-17 18:23:40 +0400
commitedc4ba6efc3cae4a3e2d58516913c16651b9a5d1 (patch)
treeb3fed1422c46c61ff7a9f9e9d0db405fd1e52527 /css
parent546f0e50c958382731090656b82be84264038387 (diff)
change input styles. Fixes #223
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 34ea1952..28138171 100755
--- a/css/style.css
+++ b/css/style.css
@@ -125,10 +125,11 @@
/*margin-left:-50%;*/
}
#document-title>input {
- height:9px;
+ height:14px;
margin: 0;
- padding-top:4px;
+ padding:3px 6px;
width: 300px;
+ font-size: 12px;
}
#odf-close{