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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTom Needham <tom@owncloud.com>2015-05-31 22:17:55 +0300
committerTom Needham <tom@owncloud.com>2015-05-31 22:17:55 +0300
commit3415f50caa39421f93dcf5ca993dd6a69087ac69 (patch)
tree43543a634acd38bc0521b61a741df1d5251b5467 /css
parente9c5706d8effbf5d51faec5e681a795eaf545a36 (diff)
Style the filename
Diffstat (limited to 'css')
-rw-r--r--css/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index e86df9c..9f69f87 100644
--- a/css/style.css
+++ b/css/style.css
@@ -66,4 +66,16 @@
.viewer-mode #app-navigation+#app-content #controls {
width: initial: !important;
+}
+
+#editor_controls small {
+ float: left;
+ color: #555;
+ font-family: inherit;
+ font-size: 100%;
+ padding: 11px 7px 0 14px;
+ font-weight: bolder;
+ text-overflow: ellipsis;
+ max-width: 275px;
+ overflow: hidden;
} \ No newline at end of file