* Console:

- Better IPv6 test, hopefully will work on Windows
    - Hide home page flags once language is selected
    - Home page shrinkage and other CSS tweaks
This commit is contained in:
zzz
2012-03-12 14:30:38 +00:00
parent 703f28e87d
commit 2415091a2f
7 changed files with 68 additions and 43 deletions

View File

@@ -319,9 +319,9 @@ div.main {
width: auto;
min-width: 500px;
border: 1px solid #447;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: inset 0px 0px 1px 1px #bbf;
-khtml-box-shadow: inset 0px 0px 1px 1px #bbf;
box-shadow: inset 0px 0px 1px 1px #bbf;
@@ -351,16 +351,16 @@ div.news {
padding: 7px 20px 7px 20px;
border: 1px solid #447;
color: #224;
border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 8px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
text-align: right !important;
font-size: 7.5pt;
line-height: 140%;
-moz-box-shadow: inset 0px 0px 1px 1px #bbf;
-khtml-box-shadow: inset 0px 0px 1px 1px #bbf;
box-shadow: inset 0px 0px 1px 1px #bbf;
background: #f0f0f0;
background: #f0f0f0 url("/themes/snark/ubergine/images/hat.png") no-repeat scroll right bottom;
min-width: 490px;
}
@@ -599,39 +599,39 @@ td {
border-bottom: 1px outset #99f;
}
/***********************************************************************************/
/* begin home page */
#appsummary {
margin-top: 53px;
margin-top: 0;
}
h2.app {
margin: 15px 10px 15px 0 !important;
margin: 15px 10px 15px 207px !important;
}
h4.app {
clear: left;
margin: 12px 4px;
padding: 20px 0 8px 0;
margin: 0 4px 2px 0;
padding: 10px 0 8px 0;
}
div.app {
float: left;
padding: 8px;
height: 100px;
padding: 2px;
height: 84px;
width: 112px;
}
div.appgroup {
clear: left;
margin: 4px 20px;
margin: 0;
padding: 16px 8px;
width: auto;
}
div.search {
margin: 20px 20px 20px 240px;
padding: 8px;
margin: 10px 10px 0 207px;
padding: 8px 8px 0 8px;
width: auto;
}
@@ -644,14 +644,14 @@ table.search {
}
img.app {
height: 40px;
width: 40px;
padding: 8px;
height: 32px;
width: 32px;
padding: 6px;
}
img.app2p {
height: 48px;
padding: 3px 8px;
height: 40px;
padding: 3px 6px 0 6px;
}
table.app {
@@ -686,7 +686,7 @@ div.applabel {
text-align: center;
}
/***********************************************************************************/
/* end home page */
tt {
font: bold 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
@@ -811,9 +811,9 @@ h1 {
white-space: normal;
background: #f0f0f0;
border: 1px solid #447;
border-radius: 8px 8px 4px 4px;
-moz-border-radius: 8px 8px 4px 4px;
-khtml-border-radius: 8px 8px 4px 4px;
border-radius: 8px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
min-width: 500px;
}