summaryrefslogtreecommitdiff
path: root/css/codeq.css
diff options
context:
space:
mode:
authormarkop <marko.pusnik@gurucue.com>2015-07-15 16:48:01 +0200
committermarkop <marko.pusnik@gurucue.com>2015-07-15 16:48:01 +0200
commit6a7d1532a223ccf6d69f573c4d6b91fa2bc840d8 (patch)
treed34f8fd1abbde96dbe281890fde3c4fbe138cfa0 /css/codeq.css
parent13399da7f5eea223db86ff4d30403bc714c5816c (diff)
menu & editor toolbar
Diffstat (limited to 'css/codeq.css')
-rw-r--r--css/codeq.css47
1 files changed, 46 insertions, 1 deletions
diff --git a/css/codeq.css b/css/codeq.css
index 53d61dc..f4a7894 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -6,6 +6,7 @@ body {
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
padding: 0;
+ min-height: 4em;
}
.block-label {
@@ -133,4 +134,48 @@ body {
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
-} \ No newline at end of file
+}
+
+/*toolbar
+
+#editor-toolbar {
+ width: 100%;
+ padding-left: 15px;
+ height: 25px;
+ display: inline-block;
+}
+
+#editor-toolbar .tool-icon {
+ font-size: 16px;
+ padding-left: 10px;
+ padding-right: 10px;
+}
+
+.nav-xs {
+ list-style:none;
+ padding-left: 0;
+ float:left;
+ white-space:nowrap;
+ margin-bottom: 0;
+}
+
+.nav-xs>li {
+ list-style: none;
+ white-space: nowrap;
+ position: relative;
+ display: inline-block !important;
+ background-color: transparent;
+ background: linear-gradient(to bottom, #2a3f53 0%,#192f42 100%);
+ border-right: 1px solid #000;
+}
+
+.nav-xs>li>a {
+ display: block;
+ padding: 2px 6px 3px 6px;
+ font-size: 12px;
+}
+.nav-xs>li>a{
+ color: #fff;
+}
+
+*/ \ No newline at end of file