Repository: karaf
Updated Branches:
  refs/heads/karaf-4.0.x 6740817ae -> 981a655dd


[KARAF-4717] Updated webconsole.css to the latest one


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/981a655d
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/981a655d
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/981a655d

Branch: refs/heads/karaf-4.0.x
Commit: 981a655dd2a5a991a4609104e97f33a73de71097
Parents: 6740817
Author: Sergiy Shyrkov <sshyr...@jahia.com>
Authored: Fri Sep 16 10:36:16 2016 +0200
Committer: Jean-Baptiste Onofré <jbono...@apache.org>
Committed: Fri Sep 16 13:52:20 2016 +0200

----------------------------------------------------------------------
 .../src/main/resources/res/karaf/ui/webconsole.css  | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/981a655d/webconsole/console/src/main/resources/res/karaf/ui/webconsole.css
----------------------------------------------------------------------
diff --git a/webconsole/console/src/main/resources/res/karaf/ui/webconsole.css 
b/webconsole/console/src/main/resources/res/karaf/ui/webconsole.css
index 03fa9dd..a2fc654 100644
--- a/webconsole/console/src/main/resources/res/karaf/ui/webconsole.css
+++ b/webconsole/console/src/main/resources/res/karaf/ui/webconsole.css
@@ -25,7 +25,7 @@
  *      the plugin in the renderContent (or service) method
  *
  * See also http://felix.apache.org/site/branding-the-web-console.html
- */
+ */ 
 #main {
        width: 90% !important;
        margin-left: 5%;
@@ -105,10 +105,10 @@
        margin: 0;
 }
 
-/* The following styles are not complete. They usually apply only padding,
+/* The following styles are not complete. They usually apply only padding, 
  * margin... mostly *WHERE* the elements are visualised. Visual styling like
  * colors and fonts are applied automatically by a JavaScript that borrows
- * the visual element styles from the JQuery UI theme
+ * the visual element styles from the JQuery UI theme 
  */
 
 /* input box, checkbox & buttons styling */
@@ -189,5 +189,13 @@ ul.icons li {
        list-style: none
 }
 /* language selection element */
-#langSelect { position: absolute;      top: 5px; right: 5px }
+#langSelect { position: absolute; top: 5px; right: 5px }
 #langSelect img   { display: block; padding: 2px 0 }
+/* logout element */
+.logoutButton { float: right; text-decoration: none }
+
+
+.filterBox      { float: left; margin-left: 1em }
+.servicesFilter { width: 400px; }
+.servicesFilterApply { width: 85px; }
+

Reply via email to