From abc7d35c400bf87bd1865590c2743edaaad918c9 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Tue, 26 Feb 2013 17:18:36 +0100 Subject: [PATCH] query css + arangobuttons css --- frontend/css/layout.css | 27 +++++++++++++++++++++++---- frontend/css/queryView.css | 4 ++-- frontend/js/templates/queryView.ejs | 2 +- 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/frontend/css/layout.css b/frontend/css/layout.css index 006b38ffc5..dba829bb34 100644 --- a/frontend/css/layout.css +++ b/frontend/css/layout.css @@ -1,13 +1,32 @@ .arangoBtn { - + background: none repeat scroll 0 0 #FFFFFF; + color: #333232; + float: left; + font-family: Rockwell,Georgia,"Times New Roman",Times,serif; + font-size: 16px; + padding: 4px 10px; + text-decoration: none; } .arangoBtnError { - + background-color: #DA4F49; + background-repeat: repeat-x; + color: #FFFFFF; + float: left; + font-family: Rockwell,Georgia,"Times New Roman",Times,serif; + font-size: 16px; + padding: 4px 10px; + text-decoration: none; } -.arangoBtnSuccess - +.arangoBtnSuccess { + background: none repeat scroll 0 0 #5E7B36; + color: #FFFFFF; + float: left; + font-family: Rockwell,Georgia,"Times New Roman",Times,serif; + font-size: 16px; + padding: 4px 10px; + text-decoration: none; } /* Radius */ diff --git a/frontend/css/queryView.css b/frontend/css/queryView.css index 3c1d7bbbc8..c36efe82e4 100644 --- a/frontend/css/queryView.css +++ b/frontend/css/queryView.css @@ -8,11 +8,11 @@ } #editorLabel, #outputLabel { + background-color: #F0F0F0; border-left: 1px solid #A0A0A0; border-right: 1px solid #A0A0A0; border-top: 1px solid #A0A0A0; width: 80px; - background-color: #F0F0F0; border-radius: 3px 3px 0 0; } @@ -49,7 +49,7 @@ } #queryOutput { - width: 890px; + width: 898px; background-color: white; height: 350px; overflow-y: hidden; diff --git a/frontend/js/templates/queryView.ejs b/frontend/js/templates/queryView.ejs index 06cf53133c..f2b44a8de3 100644 --- a/frontend/js/templates/queryView.ejs +++ b/frontend/js/templates/queryView.ejs @@ -12,7 +12,7 @@
Input
- +