Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/webroot/css
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/webroot/css')
-rw-r--r--site/app/webroot/css/editors.css3
-rw-r--r--site/app/webroot/css/filebrowser.css2
-rw-r--r--site/app/webroot/css/localizers.css8
-rw-r--r--site/app/webroot/css/remora.css19
-rw-r--r--site/app/webroot/css/screen.css45
-rwxr-xr-xsite/app/webroot/css/stats/dropdowns.css24
6 files changed, 94 insertions, 7 deletions
diff --git a/site/app/webroot/css/editors.css b/site/app/webroot/css/editors.css
index 396b600..4c11658 100644
--- a/site/app/webroot/css/editors.css
+++ b/site/app/webroot/css/editors.css
@@ -181,6 +181,9 @@ div.error_message {
border: 0;
vertical-align: middle;
}
+#subform div {
+ margin: 5px 0;
+}
#commentsbox {
padding: 5px;
}
diff --git a/site/app/webroot/css/filebrowser.css b/site/app/webroot/css/filebrowser.css
index 35f6d89..f94c1be 100644
--- a/site/app/webroot/css/filebrowser.css
+++ b/site/app/webroot/css/filebrowser.css
@@ -52,7 +52,7 @@
content: "\00BB \0020";
}
.fileList li.file:before {
- content: "\203A \0000";
+ content: "\203A \0020";
margin-right: 2px;
}
diff --git a/site/app/webroot/css/localizers.css b/site/app/webroot/css/localizers.css
index 6213973..ee81a39 100644
--- a/site/app/webroot/css/localizers.css
+++ b/site/app/webroot/css/localizers.css
@@ -46,6 +46,7 @@ table.translatedSection th {
table.translatedSection td {
padding: 5px;
font-size: 80%;
+ vertical-align: top;
}
table.translatedSection td.field {
font-weight: bold;
@@ -56,3 +57,10 @@ table.translatedSection td.enus {
table.translatedSection td.localized {
border-left: 1px solid gray;
}
+table.translatedSection input {
+ width: 100%;
+}
+table.translatedSection textarea {
+ width: 100%;
+ height: 8em;
+}
diff --git a/site/app/webroot/css/remora.css b/site/app/webroot/css/remora.css
index 57fa3e1..0c796e6 100644
--- a/site/app/webroot/css/remora.css
+++ b/site/app/webroot/css/remora.css
@@ -18,8 +18,8 @@
#cat-list li.selected a { background: #99CC66; }
/* Add-on Summary */
-#addon-summary .stats { position: absolute; left: 20px; top: 18em; margin: 1em 0; }
-#addon-summary { min-height: 225px; }
+#addon-summary .stats { position: absolute; left: 20px; top: 19em; margin: 1em 0; text-align: center; }
+#addon-summary { min-height: 255px; }
#addon-summary .privacypolicy { clear: both; padding-top: .5em; }
/* Details Page */
@@ -136,4 +136,19 @@ div.hsession { display: none; }
}
#tabbed-editor .ui-tabs-nav {
display: block;
+}
+
+
+/* FAQ styling */
+
+dl.faq dt {
+ margin: 1em 0 0 0;
+}
+
+dl.faq dd {
+ margin-top: 0.5em;
+}
+
+dl.faq dt:target {
+ color: #df731b;
} \ No newline at end of file
diff --git a/site/app/webroot/css/screen.css b/site/app/webroot/css/screen.css
index 62c4080..e20ff6e 100644
--- a/site/app/webroot/css/screen.css
+++ b/site/app/webroot/css/screen.css
@@ -4,6 +4,7 @@ Created by Craig Cook - focalcurve.com
on November 20, 2007
-----------------------------------------------------------------------------*/
+
/*** =Reset defaults ***/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
@@ -84,7 +85,7 @@ h4#moz a { display: block; height: 44px; width: 100px; padding-left: 10px;}
/* =User nav */
#nav-user { max-width: 900px; min-width: 770px;}
.html-ltr #nav-user { margin: -1.75em auto 0; padding: 0 50px;}
-.html-rtl #nav-user { margin: -1.75em auto 0; padding: 0 0 0 50px;}
+.html-rtl #nav-user { margin: 0em auto 0; padding: 0 0 0 50px;}
#nav-user li { display: inline;}
.html-ltr #nav-user li { padding-left: 1em; margin-right: .5em; }
@@ -385,6 +386,46 @@ form.asclosed {display: none;}
#addon-summary .rating { position: absolute; left: 20px; top: 180px; width: 200px; }
#addon-summary .stats { position: absolute; left: 20px; top: 180px; width: 200px; margin-top: 3.5em; }
+#addon-summary .link-sharing { position: absolute; left: 105px; /*padding-left: 25px; border-left: 1px solid #cecece;*/ top: 180px; font-size: 0.7em; }
+#addon-summary .link-sharing .badge { }
+#addon-summary .link-sharing .badge .button { display: block;color: #062445; background: #7cc11c url("../img/sprite.png?20081210") -800px -730px no-repeat; }
+#addon-summary .link-sharing .badge .button a { display: block; padding: 0 8px 8px 0; background: transparent url(../img/installbtn-edges.png) no-repeat scroll right bottom; }
+#addon-summary .link-sharing .badge .button a span { display: block; text-align: center; font-weight: bold; padding: 2px 0 0 2px; background: transparent url(../img/installbtn-edges-list.png) no-repeat scroll left top; }
+
+#addon-summary .link-sharing .share-button { padding: 0; margin: 0 }
+#addon-summary .link-sharing .share-button:after, .install-container:after {content:".";clear:both;display:block;visibility:hidden;height:0;overflow:hidden;}
+#addon-summary .link-sharing .share-button a { float: left; cursor: pointer; max-width: 290px; text-decoration: none; }
+#addon-summary .link-sharing .share-button a * { display: block; float: left; position: relative; }
+#addon-summary .link-sharing .share-button a span { padding: 0 0 0 6px; }
+#addon-summary .link-sharing .share-button a span span { padding: 0 0 8px 0; }
+#addon-summary .link-sharing .share-button a span span span { left: -6px; padding: 0 0 0 0; }
+#addon-summary .link-sharing .share-button a span span span strong { width: 90px; text-align: center; right: -6px; padding: 0 18px 0 6px; }
+#addon-summary .link-sharing .share-button a span span span strong img {padding: 0 6px 0 0;}
+
+#addon-summary .link-sharing .share-button a { color: #062445; background: #7cc11c url("../img/sprite.png?20081210") -800px -730px no-repeat; }
+#addon-summary .link-sharing .share-button a span { background: transparent url("../img/installbtn-edges.png") left bottom no-repeat; }
+#addon-summary .link-sharing .share-button a span span { background: transparent url("../img/installbtn-edges.png") right bottom no-repeat; }
+#addon-summary .link-sharing .share-button a span span span { background: transparent url("../img/installbtn-edges.png") left top no-repeat; }
+#addon-summary .link-sharing .share-button a span span span strong { background: transparent url("../img/installbtn-edges.png") right top no-repeat; }
+
+#addon-summary .link-sharing .share-button a:hover, .install-button a:focus, .install-button a:active { color: #0a3b73; background-color: #9dd34c; background-position: -800px -860px; }
+
+#addon-summary .link-sharing .badge .counter { display: block; position: relative; padding-right: 4px; text-align: center; top: -4px; }
+
+#addon-summary .link-sharing .choices { display: none; position: absolute; z-index: 999; left: -120px; top: 12px; width: 360px; background: transparent url(../img/box-pointer-top.png) center top no-repeat; padding-top: 12px; }
+#addon-summary .link-sharing .choices div { margin: 0; padding: 1em; background-color: #f8f8f8; border: 1px solid #657b86; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
+#addon-summary .link-sharing .choices ul { list-style: none; margin: 0; }
+#addon-summary .link-sharing .choices ul li { width: 50%; float: left; }
+#addon-summary .link-sharing .choices ul li p { padding: 0.25em; margin: 0 0.25em 0 0 }
+#addon-summary .link-sharing .choices ul li p a { font-weight: bold; display:block; height: 20px; text-decoration: none; padding-left: 22px; background: transparent url(../img/favicons/digg.gif) left top no-repeat }
+#addon-summary .link-sharing .choices ul li.digg p a { background-image: url(../img/favicons/digg.gif); }
+#addon-summary .link-sharing .choices ul li.facebook p a { background-image: url(../img/favicons/facebook.gif); }
+#addon-summary .link-sharing .choices ul li.delicious p a { background-image: url(../img/favicons/delicious.gif); }
+#addon-summary .link-sharing .choices ul li.myspace p a { background-image: url(../img/favicons/myspace.gif); }
+#addon-summary .link-sharing .choices ul li.friendfeed p a { background-image: url(../img/favicons/friendfeed.gif); }
+#addon-summary .link-sharing .choices ul li.reddit p a { background-image: url(../img/favicons/reddit.gif); }
+
+
.addon-cats { margin-left: 0; }
.addon-cats li { display: inline; padding-left: 1em; margin-right: .5em; }
.addon-cats li:first-child { padding-left: 0; }
@@ -906,6 +947,8 @@ form.asclosed {display: none;}
background-color: #000;
}
+
+
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
position: absolute;
diff --git a/site/app/webroot/css/stats/dropdowns.css b/site/app/webroot/css/stats/dropdowns.css
index fef396f..336ad95 100755
--- a/site/app/webroot/css/stats/dropdowns.css
+++ b/site/app/webroot/css/stats/dropdowns.css
@@ -214,9 +214,6 @@
.plot-dropdown.big-menu ul li.indented a {
padding-left: 23px;
}
-.plot-dropdown.group-by .selected {
- width: 98%;
-}
#options.plot-dropdown {
width: 35px;
@@ -232,6 +229,17 @@
margin-left: -120px;
}
+#group-by-selector {
+ width: 163px;
+ white-space: nowrap;
+}
+#group-by-selector .selected {
+ width: 98%;
+}
+#group-by-selector_group-by-selection-menu {
+ padding: 0 0.5em 0 0.5em;
+ width: auto;
+}
#plot-options #plot-selector-area {
@@ -251,6 +259,15 @@
float: right;
}
+#weeks-legend {
+ display: none;
+ border: 2px solid #D8DCDF;
+ -moz-border-radius: 6px;
+ -webkit-border-radius: 6px;
+ float: left;
+ margin-left: 160px;
+}
+
#summary-legend {
border: 2px solid #D8DCDF;
-moz-border-radius: 6px;
@@ -331,3 +348,4 @@
height: 150px;
border: none !important;
}
+