Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Silva <sebastian@somosazucar.org>2013-04-25 20:11:36 (GMT)
committer Sebastian Silva <sebastian@somosazucar.org>2013-04-25 20:11:36 (GMT)
commitf697e700af64a3d9295f28006c50d9ced68a6a64 (patch)
tree37654cda9c58921e986ffbffdde14af600fdd9f5
parent04ef8a50f751c7844c5119eaa164af575249cc5b (diff)
Make context label smaller for XO
-rw-r--r--sugar_network_webui/static/css/browser.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar_network_webui/static/css/browser.css b/sugar_network_webui/static/css/browser.css
index 11d7c32..056de9e 100644
--- a/sugar_network_webui/static/css/browser.css
+++ b/sugar_network_webui/static/css/browser.css
@@ -566,7 +566,7 @@ div.context-label {
text-align: left;
height:28px;
overflow:hidden;
- word-break:break-all;
+ /* word-break:break-all; */
}
.iconbox a {
@@ -1257,7 +1257,7 @@ a.disabled {
font-size: 13pt;
}
div.context-label {
- font-size: 12pt;
+ font-size: 10pt;
}
.notice {
font-size:15pt;