aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css
diff options
context:
space:
mode:
authorjpope777 <jpope@jpope.org>2014-01-07 01:06:09 -0600
committerjpope777 <jpope@jpope.org>2014-01-07 01:06:09 -0600
commitec8dbf1dc821685c6e788731be512f894868f258 (patch)
treebce33a58150b829ce44f8a78c6cf9a3d6525688a /mediagoblin/static/css
parenta42c871161cfa3e2247b9e38e24ce77b2cd8ced8 (diff)
parenta5ac282c9b21d6076cf548666b24e4925148377d (diff)
downloadmediagoblin-ec8dbf1dc821685c6e788731be512f894868f258.tar.lz
mediagoblin-ec8dbf1dc821685c6e788731be512f894868f258.tar.xz
mediagoblin-ec8dbf1dc821685c6e788731be512f894868f258.zip
Merge remote-tracking branch 'upstream/skeletongobblin' into skeleton
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r--mediagoblin/static/css/base.css41
1 files changed, 21 insertions, 20 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 83449569..950954cb 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -78,6 +78,11 @@ a.highlight {
color: #fff;
}
+.header_right a {
+ text-decoration: none;
+ color: #fff;
+}
+
em {
font-style: italic;
}
@@ -112,10 +117,19 @@ header {
border-bottom: 1px solid #333;
}
+.header_left {
+ width: 47%;
+ margin: 0 0 0 8px;
+ display: inline-block;
+}
+
.header_right {
- margin: 8px;
+ width: 47%;
+ margin: 8px 8px 4px 0;
display: inline-block;
float: right;
+ text-align: right;
+ line-height: 1.6em;
}
.header_dropdown {
@@ -349,7 +363,7 @@ text-align: center;
border-top: 6px dashed #D49086
}
-.form_field_input input, .form_field_input textarea {
+/*.form_field_input input,*/ .form_field_input textarea {
width: 100%;
}
@@ -801,26 +815,13 @@ pre {
}
.button_action, .button_action_highlight, .button_form {
- padding: 9px 14px;
+ padding: 5px 14px;
}
-
- header {
-/* text-align: center;*/
- }
-
- .header_right {
-/* margin-right: 2%;*/
-/* float: none;*/
- }
-
- a.logo {
-/* margin-left: 2%;*/
- }
-
+
}
/* desktop resolutions */
@media screen and (min-width: 960px) {
- .container .three.columns { /* this needs to be more specific - inplace for the gallery... */
+ .container .three.columns.media_thumbnail {
width:180px;
margin-left:3px;
margin-right:3px;
@@ -828,7 +829,7 @@ pre {
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
- .container .three.columns { /* this needs to be more specific - inplace for the gallery... */
+ .container .three.columns.media_thumbnail {
width:147px;
margin-left:2px;
margin-right:2px;
@@ -858,7 +859,7 @@ pre {
}
.header_right {
- float: none;
+ text-align: center;
}
}