hong kong added in country list

This commit is contained in:
Nabin Hait
2012-07-12 11:03:39 +05:30
parent 4b8b19a281
commit 179f01af17
8 changed files with 115 additions and 133 deletions

View File

@@ -2470,8 +2470,6 @@ div.stat-item {
height: 18px;
border: 1px solid #aaa;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
overflow: hidden;
}
@@ -2480,10 +2478,6 @@ div.stat-bar {
left: 0px;
height: 100%;
z-index: 0;
/* So that this div is also curved like the enclosing one */
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
background: #e0ff84; /* Old browsers */
background: -moz-linear-gradient(top, #e0ff84 0%, #a4e567 100%); /* FF3.6+ */
@@ -2499,8 +2493,12 @@ div.stat-bar {
* lib/css/ui/views.css
*/
.breadcrumb-area, .breadcrumb-area span {
vertical-align: middle;
.breadcrumbs {
color: #000000;
}
.breadcrumbs a {
color: #000000;
}
div.appframe-titlebar {
@@ -2518,14 +2516,6 @@ div.appframe-titlebar {
border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
text-shadow: 0px 1px 1px #fff;
color: #555;
}
span.appframe-title {
font-size: 160%;
font-weight: bold;
}
div.appframe-toolbar {