aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-08-03 09:50:05 +0100
committerStruan Donald <struan@exo.org.uk>2011-08-03 09:50:05 +0100
commitdbaf8d84b9cd52380a031b801370bb6a0f8e4c22 (patch)
treed1841a90f8536ca17df49e2b667b4d3a096de31e /web/cobrands
parent9415569a17bf3044c7f3253c923f556436d48942 (diff)
parent76f39991e1caf89e12e8bb8f49ba0a99df56f3dc (diff)
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into open311-consumer
Diffstat (limited to 'web/cobrands')
-rw-r--r--web/cobrands/lichfielddc/css/layout.css165
-rw-r--r--web/cobrands/lichfielddc/i/bg_header.gifbin0 -> 459 bytes
-rw-r--r--web/cobrands/lichfielddc/i/bg_header2.gifbin0 -> 1556 bytes
-rw-r--r--web/cobrands/southampton/css.css19
-rw-r--r--web/cobrands/southampton/css.scss14
5 files changed, 177 insertions, 21 deletions
diff --git a/web/cobrands/lichfielddc/css/layout.css b/web/cobrands/lichfielddc/css/layout.css
new file mode 100644
index 000000000..e671ef61c
--- /dev/null
+++ b/web/cobrands/lichfielddc/css/layout.css
@@ -0,0 +1,165 @@
+#mysociety {
+ clear: both;
+}
+
+#mysociety #postcodeForm {
+ padding: 0.8em;
+ background-color: #F3F4F4;
+}
+
+#mysociety #postcodeForm label {
+ float: none;
+ margin-bottom: 5px;
+ width: auto !important;
+}
+
+#mysociety p {
+ margin: 1em 0px;
+ padding: 0px;
+}
+
+#mysociety #update_form {
+ clear: both;
+}
+
+#mysociety #form_sign_in {
+ padding-top: 2em;
+}
+
+#mysociety form label {
+ width: 6em;
+ display: inline;
+ margin-right: 0px;
+}
+
+#mysociety div.checkbox {
+ padding-left: 6.5em;
+}
+
+#mysociety textarea,
+#mysociety input {
+ background-color: #f9f9f1;
+ margin: 4px;
+}
+
+#mysociety #fileupload_normalUI input {
+ background-color: white;
+}
+
+#mysociety input[type='submit']{
+ border: 0px;
+ color: white;
+ padding: 3px;
+ vertical-align: top;
+ font:150%/1.4em "Trebuchet MS", Helvetica, Arial, Sans-serif;
+ background:url(http://www.lichfielddc.gov.uk/site/styles/css_img/nav-bg.png) top repeat-x;
+}
+
+#mysociety #expl small {
+ position: relative;
+ top: 6px !important;
+ }
+
+#mysociety h2 {
+ background: transparent url(http://www.lichfielddc.gov.uk/site/styles/css_img/lilac-dotted-border.png) bottom repeat-x;
+ padding:0 0 7px 0 !important;
+ margin: 22px 0 14px 0 !important;
+ font-size:1.4em;
+ }
+
+#mysociety #front_stats div {
+ background-color: #f5f5f5;
+ padding: 5px;
+ }
+
+#mysociety #front_stats {
+ padding: 0 65px;
+ }
+
+#mysociety #front_stats div big {
+ margin-bottom: 4px;
+ }
+
+#nav {
+ font-size: 1em;
+ margin: 0 0 30px 0 !important;
+ background: transparent url(/cobrands/lichfielddc/i/bg_header.gif) left repeat-x !important;
+ clear: both;
+ width: 100%;
+ float: left;
+ border: 1px solid #ccc;
+ padding: 0;
+ }
+
+#nav li {
+ float: left !important;
+ list-style-type: none !important;
+ list-style-image: none !important;
+ border-right: 1px solid #ccc;
+ padding: 0;
+ }
+
+#nav li a {
+ border: none !important;
+ color: #111;
+ font-weight: bold;
+ padding: 8px 12px !important;
+ display: block;
+ }
+
+#nav li a:hover {
+ border-bottom: 1px solid #111;
+ background: transparent url(/cobrands/lichfielddc/i/bg_header2.gif) left repeat-x !important;
+ }
+
+#mysociety #fixed {
+ padding: 5px !important;
+ margin: 70px 0 10px 0 !important;
+ width: 405px;
+ position: relative;
+ top: 7px
+ }
+
+#mysociety p[style] {
+ border: none !important;
+ }
+
+#mysociety #updates div {
+ border-bottom: 1px dotted #ccc;
+ padding: 0 0 17px 0;
+ margin: 17px 0 0 0;
+}
+
+#mysociety #updates {
+ margin-bottom: 40px;
+ }
+
+#mysociety #updates p {
+ margin-bottom: 15px;
+ }
+
+#map_box ul li p {
+ margin: 0;
+ padding: 0;
+}
+
+#mysociety input[type='text'], #mysociety input[type='password'], #mysociety input[type='email'] {
+ background: #F9F9F1;
+ border: 1px solid #666 !important;
+ padding: 5px;
+ }
+
+#mysociety input[type='text']:focus, #mysociety input[type='password']:focus, #mysociety input[type='email']:focus {
+ border:1px solid #000000;
+ outline:2px solid #98339B;
+ }
+
+div#suggest {
+ border: none !important;
+ }
+
+ul.user {
+ list-style-type: none;
+ font-size: 80%;
+ float: right;
+}
diff --git a/web/cobrands/lichfielddc/i/bg_header.gif b/web/cobrands/lichfielddc/i/bg_header.gif
new file mode 100644
index 000000000..e126e5798
--- /dev/null
+++ b/web/cobrands/lichfielddc/i/bg_header.gif
Binary files differ
diff --git a/web/cobrands/lichfielddc/i/bg_header2.gif b/web/cobrands/lichfielddc/i/bg_header2.gif
new file mode 100644
index 000000000..f11508a7f
--- /dev/null
+++ b/web/cobrands/lichfielddc/i/bg_header2.gif
Binary files differ
diff --git a/web/cobrands/southampton/css.css b/web/cobrands/southampton/css.css
index 85f66dcc3..fa0e07548 100644
--- a/web/cobrands/southampton/css.css
+++ b/web/cobrands/southampton/css.css
@@ -1,22 +1,17 @@
#mysociety #map_box {
- width: 380px;
+ width: 422px;
}
#mysociety #map, #mysociety #drag {
- width: 378px;
- height: 378px;
-}
-#mysociety #watermark {
- background: url("/i/mojwatermark-378.png");
- height: 84px;
- width: 171px;
- position: absolute;
- bottom: 0;
- right: 0;
+ width: 420px;
+ height: 420px;
}
#mysociety p#fixed, #mysociety p#unknown {
- margin-right: 400px;
+ margin-right: 442px;
width: auto;
}
+#mysociety #problem_form {
+ clear: both;
+}
#mysociety h1 {
margin: 0;
font-size: 175%;
diff --git a/web/cobrands/southampton/css.scss b/web/cobrands/southampton/css.scss
index 57cb95a8f..0760c982c 100644
--- a/web/cobrands/southampton/css.scss
+++ b/web/cobrands/southampton/css.scss
@@ -1,4 +1,4 @@
-$map_width: 378px;
+$map_width: 420px;
$background: #E9EEF7;
$darker: #768EB5;
@@ -13,20 +13,16 @@ $darker: #768EB5;
width: $map_width;
height: $map_width;
}
- #watermark {
- background: url("/i/mojwatermark-378.png");
- height: 84px;
- width: 171px;
- position: absolute;
- bottom: 0;
- right: 0;
- }
p#fixed, p#unknown {
margin-right: $map_width + 22px;
width: auto;
}
+ #problem_form {
+ clear: both;
+ }
+
// Generics
h1 {