soapbox 0.2.23 → 0.2.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.23
1
+ 0.2.24
@@ -16,7 +16,7 @@
16
16
  <%= form.input :title %>
17
17
  <%= form.input :attachment, :as => :file %>
18
18
  <%- end -%>
19
-
19
+ <div class="clear"></div>
20
20
  </div>
21
21
 
22
22
  </div>
@@ -1,6 +1,6 @@
1
1
  /* Generic */
2
2
  body {
3
- font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
3
+ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
4
4
  scrollbar-3dlight-color:#F0F0EE;
5
5
  scrollbar-arrow-color:#676662;
6
6
  scrollbar-base-color:#F0F0EE;
@@ -22,7 +22,7 @@ a:hover {color:#fff;}
22
22
  .nowrap {white-space: nowrap}
23
23
 
24
24
  /* Forms */
25
- fieldset {margin:0; padding:4px; border:1px solid #919B9C; font-family:Verdana, Arial; font-size:10px;}
25
+ fieldset {margin:0px; padding:6px; border:1px solid #919B9C; font-family:Verdana, Arial; font-size:12px;}
26
26
  legend {color:#2B6FB6; font-weight:bold;}
27
27
  label.msg {display:none;}
28
28
  label.invalid {color:#EE0000; display:inline;}
@@ -75,7 +75,15 @@ td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #A
75
75
  /* Tabs classes */
76
76
  .tabs {width:100%; height:18px; line-height:normal; background:url(img/tabs.gif) repeat-x 0 -72px;}
77
77
  .tabs ul {margin:0; padding:0; list-style:none;}
78
- .tabs li {float:left; background:url(img/tabs.gif) no-repeat 0 0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block;}
78
+ .tabs li {
79
+ float:left;
80
+ /* background:url(img/tabs.gif) no-repeat 0 0; */
81
+ margin:0 2px 0 0;
82
+ padding:0 0 0 10px;
83
+ line-height:17px;
84
+ height:18px;
85
+ display:block;
86
+ }
79
87
  .tabs li.current {background:url(img/tabs.gif) no-repeat 0 -18px; margin-right:2px;}
80
88
  .tabs span {float:left; display:block; background:url(img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;}
81
89
  .tabs .current span {background:url(img/tabs.gif) no-repeat right -54px;}
@@ -115,3 +123,9 @@ h3 {font-size:14px;}
115
123
  #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
116
124
  #colorpicker #colornamecontainer {margin-top:5px;}
117
125
  #colorpicker #picker_panel fieldset {margin:auto;width:325px;}
126
+
127
+ input#attachment_title {
128
+ position: relative;
129
+ top: -20px;
130
+ left: 45px;
131
+ }
@@ -13,7 +13,7 @@ form.formtastic fieldset ol li fieldset legend { margin-left: -6px;}
13
13
 
14
14
  --------------------------------------------------------------------------------------------------*/
15
15
  form.formtastic fieldset > ol > li { clear: left; }
16
- form.formtastic fieldset > ol > li label { text-align: right; width:22%; padding-right: 2%; font-weight: bold; }
16
+ form.formtastic fieldset > ol > li label { text-align: right; width:22%; padding-right: 4%; font-weight: bold; }
17
17
  form.formtastic fieldset > ol > li label small{ font-weight: normal; color: #777; }
18
18
  form.formtastic fieldset.buttons { background: #666; padding: 5px; clear: both; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
19
19
  form.formtastic fieldset.buttons > ol > li { margin: 0px; }
@@ -25,3 +25,9 @@ form.formtastic fieldset > ol > li.boolean label{ padding-left: 24%; margin-bott
25
25
  form.formtastic fieldset > ol > li.string input.title{width:100%;max-width:98%;font-size:2em;}
26
26
  form.formtastic fieldset > ol > li.string input.large,
27
27
  form.formtastic fieldset > ol > li.email input.large{width:70%;max-width:98%;font-size:2em;}
28
+
29
+ input#attachment_attachment {
30
+ position: relative;
31
+ left: 15px;
32
+ top: -2px;
33
+ }
@@ -59,7 +59,7 @@
59
59
  .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
60
60
  .ui-widget .ui-widget { font-size: 1em; }
61
61
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
62
- .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
62
+ .ui-widget-content { border: 0px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; min-height: 175px;}
63
63
  .ui-widget-content a { color: #222222; }
64
64
  .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
65
65
  .ui-widget-header a { color: #222222; }
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{soapbox}
8
- s.version = "0.2.23"
8
+ s.version = "0.2.24"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Gabe Coyne", "Killit Creative"]
12
- s.date = %q{2012-08-27}
12
+ s.date = %q{2012-09-07}
13
13
  s.description = %q{manage pages, users, permissions, settings, analytics, files, users, and extend}
14
14
  s.email = %q{gabe@killitcreative.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 23
9
- version: 0.2.23
8
+ - 24
9
+ version: 0.2.24
10
10
  platform: ruby
11
11
  authors:
12
12
  - Gabe Coyne
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-08-27 00:00:00 -07:00
18
+ date: 2012-09-07 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency