compass_radix 2.0.1 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/stylesheets/_compass_radix.scss +3 -5
  3. data/stylesheets/compass_radix/_comment.scss +1 -1
  4. data/stylesheets/compass_radix/_form.scss +117 -64
  5. data/stylesheets/compass_radix/_layout.scss +3 -27
  6. data/stylesheets/compass_radix/_menu.scss +0 -187
  7. data/stylesheets/compass_radix/_mixin.scss +45 -45
  8. data/stylesheets/compass_radix/_node.scss +39 -41
  9. data/stylesheets/compass_radix/_panel.scss +17 -6
  10. data/stylesheets/compass_radix/_structure.scss +198 -50
  11. data/stylesheets/compass_radix/_variable.scss +523 -179
  12. data/stylesheets/fontawesome/_bordered-pulled.scss +16 -0
  13. data/stylesheets/fontawesome/_core.scss +9 -126
  14. data/stylesheets/fontawesome/_extras.scss +9 -58
  15. data/stylesheets/fontawesome/_fixed-width.scss +6 -0
  16. data/stylesheets/fontawesome/_icons.scss +410 -379
  17. data/stylesheets/fontawesome/_larger.scss +13 -0
  18. data/stylesheets/fontawesome/_list.scss +19 -0
  19. data/stylesheets/fontawesome/_mixins.scss +14 -42
  20. data/stylesheets/fontawesome/_path.scss +6 -6
  21. data/stylesheets/fontawesome/_rotated-flipped.scss +9 -0
  22. data/stylesheets/fontawesome/_spinning.scss +30 -0
  23. data/stylesheets/fontawesome/_stacked.scss +20 -0
  24. data/stylesheets/fontawesome/_variables.scss +377 -730
  25. data/stylesheets/fontawesome/font-awesome.scss +9 -25
  26. data/templates/project/_compass_radix.scss +0 -1
  27. data/templates/project/manifest.rb +0 -1
  28. metadata +12 -10
  29. data/stylesheets/_compass_radix_responsive.scss +0 -13
  30. data/stylesheets/compass_radix/_responsive_form.scss +0 -80
  31. data/stylesheets/compass_radix/_responsive_menu.scss +0 -75
  32. data/stylesheets/fontawesome/_bootstrap.scss +0 -84
  33. data/stylesheets/fontawesome/font-awesome-ie7.scss +0 -1953
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 359311cc6ceacc416659cca73410f05fdda3fb71
4
- data.tar.gz: f2b494d9fdc0011bcf550150280266147c9b7317
3
+ metadata.gz: 75e98305d6a0a879fbc65faa2886e7ed2f274f3e
4
+ data.tar.gz: 7ff32bb33899185e32c1102e16c14427aad024e9
5
5
  SHA512:
6
- metadata.gz: 1887db6537467f51c8e620c8ae53b9f4f81ccfdd10cecc1d4424514bcd47fb51aac3ed4d55fd23aca6dddfd45c7cbb70955f191d1829f6bbc54ec02250b33dfe
7
- data.tar.gz: 5ba0e89fc05cd355ed10fa7f61557e9f958b23d09ee3705021937b2fce3b2e14180dfd89ce7b1318e6629fe691c31da63dd3be1eed8049941569adab396dc207
6
+ metadata.gz: c0c6c74c8b6fa1f93ca3ba0e5281924feed733112b3c6023abe94bacf07a3b1eb4b40190d547c4c19671134c0520ef0692f4179f8aa6cd0f389f53235d4bac73
7
+ data.tar.gz: b9c466304482b32afbd465b18fbda525435eaaec92e8ad43e71d06e8685917ba9a3822d745cca78f16cc5ee205464d5370bd396a868d2aaf3e18ed416d11bdd0
@@ -5,18 +5,16 @@
5
5
  // COMPASS Imports
6
6
  // --------------------------------------------------
7
7
  @import "compass";
8
- @include global-reset;
9
- @include reset-html5;
10
8
 
11
9
  // Radix Variables and Mixins
12
10
  // --------------------------------------------------
13
11
  @import "compass_radix/variable";
14
12
  @import "compass_radix/mixin";
15
13
 
16
- // Compass plugin for Twitter Bootstrap
17
- // @see https://github.com/vwall/compass-twitter-bootstrap
14
+ // Bootstrap Sass version
15
+ // @see https://github.com/thomas-mcdonald/bootstrap-sass
18
16
  // --------------------------------------------------
19
- @import "compass_twitter_bootstrap";
17
+ @import "bootstrap";
20
18
  @import "fontawesome/font-awesome";
21
19
 
22
20
  // Radix Theme CSS
@@ -17,7 +17,7 @@
17
17
  margin-left: 5px;
18
18
  }
19
19
  .new {
20
- color: $red;
20
+ color: $brand-danger;
21
21
  }
22
22
  }
23
23
  .content {
@@ -6,12 +6,16 @@
6
6
  // General
7
7
  // --------------------------------------------------
8
8
  form {
9
- fieldset {
10
- min-height: 50px;
11
- legend {
12
- font-size: 18px;
9
+ .form-managed-file {
10
+ input {
11
+ display: inline-block;
12
+ margin: 0 10px 0 0;
13
13
  }
14
14
  }
15
+ .container-inline-date .date-padding {
16
+ padding: 0;
17
+ float: none;
18
+ }
15
19
  .form-actions {
16
20
  .btn {
17
21
  margin-right: 10px;
@@ -19,7 +23,7 @@ form {
19
23
  }
20
24
  .field-type-datetime {
21
25
  select {
22
- width: 80px;
26
+ min-width: 80px;
23
27
  }
24
28
  }
25
29
  .format-toggle {
@@ -27,16 +31,6 @@ form {
27
31
  }
28
32
  }
29
33
 
30
- input[type="radio"],
31
- input[type="checkbox"] {
32
- margin: 0;
33
- }
34
-
35
- .form-type-radio .description,
36
- .form-type-checkbox .description {
37
- margin-left: 0;
38
- }
39
-
40
34
  form {
41
35
  .field-multiple-table {
42
36
  thead {
@@ -55,11 +49,6 @@ form {
55
49
  }
56
50
  }
57
51
 
58
- select[multiple],
59
- select[size] {
60
- height: 30px;
61
- }
62
-
63
52
  .media-widget {
64
53
  > a {
65
54
  margin: 0 10px 0 0;
@@ -67,17 +56,76 @@ select[size] {
67
56
  }
68
57
  }
69
58
 
70
- html.js input.form-autocomplete {
71
- background: image-url("throbber.gif") no-repeat right 8px #fff !important;
59
+ fieldset {
60
+ legend {
61
+ float: left;
62
+ line-height: 1em;
63
+ margin: 0;
64
+ }
65
+ .panel-body {
66
+ clear: both;
67
+ }
72
68
  }
73
- html.js input.throbbing {
74
- background-position: right -122px !important;
69
+
70
+ html.js {
71
+ input.form-autocomplete {
72
+ background: image-url("throbber.gif") no-repeat right 8px #fff !important;
73
+ }
74
+ input.throbbing {
75
+ background-position: right -122px !important;
76
+ }
77
+ fieldset.collapsed {
78
+ height: auto;
79
+ border-left-width: 1px;
80
+ border-right-width: 1px;
81
+ }
75
82
  }
76
83
 
77
84
  .views-exposed-form .views-exposed-widget .form-submit {
78
85
  margin-top: 1.8em;
79
86
  }
80
87
 
88
+ @media (max-width: 767px) {
89
+ form {
90
+ .btn {
91
+ width: 100%;
92
+ display: block;
93
+ clear: both;
94
+ margin: 0 0 5px;
95
+ }
96
+ input.form-text,
97
+ textarea,
98
+ select {
99
+ width: 100%;
100
+ }
101
+ .confirm-parent,
102
+ .password-parent,
103
+ .password-suggestions {
104
+ width: auto !important;
105
+ }
106
+ .password-parent {
107
+ div.password-strength {
108
+ width: 150px;
109
+ float: right;
110
+ margin-top: 0;
111
+ font-size: 10px;
112
+ margin-bottom: 5px;
113
+ margin-top: -5px;
114
+ }
115
+ }
116
+ .confirm-parent {
117
+ div.password-confirm {
118
+ width: 110px;
119
+ float: right;
120
+ margin-top: 0;
121
+ font-size: 10px;
122
+ margin-bottom: 5px;
123
+ margin-top: -5px;
124
+ }
125
+ }
126
+ }
127
+ }
128
+
81
129
  // Node Edit Form
82
130
  // --------------------------------------------------
83
131
  #node-edit {
@@ -110,6 +158,9 @@ html.js input.throbbing {
110
158
  }
111
159
  }
112
160
  }
161
+ .pane-node-form-buttons {
162
+ clear: both;
163
+ }
113
164
  }
114
165
 
115
166
  .filter-wrapper {
@@ -127,46 +178,6 @@ html.js input.throbbing {
127
178
  }
128
179
  }
129
180
 
130
- // Search Form
131
- // --------------------------------------------------
132
- .navbar {
133
- .search-form {
134
- .container-inline {
135
- padding-top: 0;
136
- }
137
- input {
138
- &.form-submit {
139
- display: none;
140
- }
141
- }
142
- }
143
- }
144
-
145
- .navbar-inverse {
146
- .search-form {
147
- input.search-query {
148
- color: $white;
149
- background-color: $navbarInverseSearchBackground;
150
- border-color: $navbarInverseSearchBorder;
151
- @include ctb-box-shadow(#{inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)});
152
- @include ctb-transition(none);
153
- @include ctb-placeholder($navbarInverseSearchPlaceholderColor);
154
-
155
- // Focus states (we use .focused since IE7-8 and down doesn't support :focus)
156
- &:focus,
157
- &.focused {
158
- padding: 5px 15px;
159
- color: $grayDark;
160
- text-shadow: 0 1px 0 $white;
161
- background-color: $navbarInverseSearchBackgroundFocus;
162
- border: 0;
163
- @include ctb-box-shadow(0 0 3px rgba(0,0,0,.15));
164
- outline: 0;
165
- }
166
- }
167
- }
168
- }
169
-
170
181
  // Field Overview
171
182
  // --------------------------------------------------
172
183
  .page-admin {
@@ -198,3 +209,45 @@ html.js input.throbbing {
198
209
  }
199
210
  }
200
211
 
212
+ // Panels edit content form.
213
+ // --------------------------------------------------
214
+ #panels-panel-context-edit-move,
215
+ #panels-panel-context-edit-content {
216
+ .container {
217
+ width: auto;
218
+ padding: 0;
219
+ .row {
220
+ margin-bottom: 20px;
221
+ }
222
+ }
223
+ }
224
+
225
+ // Navbar form
226
+ // --------------------------------------------------
227
+ .navbar-form {
228
+ .form-wrapper {
229
+ padding: 0;
230
+ }
231
+ .form-submit {
232
+ display: none;
233
+ }
234
+ }
235
+
236
+ // Search form block
237
+ // --------------------------------------------------
238
+ .pane-search-box {
239
+ form {
240
+ .form-wrapper {
241
+ .form-group {
242
+ display: block;
243
+ margin-bottom: 10px;
244
+ }
245
+ }
246
+ }
247
+ }
248
+
249
+ // Draggable tables
250
+ // --------------------------------------------------
251
+ .tabledrag-handle .handle {
252
+ @include box-sizing(content-box);
253
+ }
@@ -2,35 +2,11 @@
2
2
  // Layout
3
3
  // Styles for main layout
4
4
  // --------------------------------------------------
5
- .show-grid .panel-display .row {
6
- margin-top: 10px;
7
- margin-bottom: 20px;
8
- }
9
-
10
- .show-grid .panel-display .row [class*="span"] {
11
- background-color: #eee;
12
- text-align: center;
13
- min-height: 40px;
14
- line-height: 40px;
15
- @include border-radius(4px);
16
- }
17
-
18
- .container {
19
- .container {
20
- width: auto;
21
- }
22
- }
23
-
24
5
  body {
25
6
  #header {
26
- #navigation {
27
- margin-top: 20px;
28
- }
7
+ margin-top: 18px;
29
8
  }
30
9
  #footer {
31
- margin-top: 50px;
32
- > .container {
33
- padding-bottom: 50px;
34
- }
10
+ margin: 36px 0;
35
11
  }
36
- }
12
+ }
@@ -2,29 +2,6 @@
2
2
  // Styles for Menus and Navs
3
3
  // --------------------------------------------------
4
4
 
5
- // General
6
- // --------------------------------------------------
7
- .navbar {
8
- .btn-navbar-search {
9
- padding: 4px 11px 3px;
10
- span {
11
- line-height: 1.1em;
12
- }
13
- }
14
- .btn-navbar {
15
- padding: 4px 10px;
16
- width: 15px;
17
- .icon-bar {
18
- &:first-child {
19
- margin-top: 4px;
20
- }
21
- &:last-child {
22
- margin-bottom: 4px;
23
- }
24
- }
25
- }
26
- }
27
-
28
5
  // Nav
29
6
  // --------------------------------------------------
30
7
  ul.nav {
@@ -43,167 +20,3 @@ ul.nav {
43
20
  }
44
21
  }
45
22
  }
46
-
47
- // // Main Menu
48
- // // --------------------------------------------------
49
- // #main-menu {
50
- // > ul.menu {
51
- // margin: 0;
52
- // padding: 0;
53
- // @include clearfix();
54
- // overflow: visible;
55
- // > li {
56
- // margin: 0;
57
- // padding: 0;
58
- // position: relative;
59
- // float: left;
60
- // list-style: none outside none;
61
- // position: relative;
62
- // > a {
63
- // float: none;
64
- // padding: 10px 15px 10px;
65
- // color: $navbarLinkColor;
66
- // text-decoration: none;
67
- // text-shadow: 0 1px 0 white;
68
- // display: block;
69
- // &:hover {
70
- // color: $navbarLinkColorHover;
71
- // text-decoration: none;
72
- // background-color: $navbarLinkBackgroundHover;
73
- // }
74
- // &:focus,
75
- // &.active {
76
- // color: $navbarLinkColorActive;
77
- // text-decoration: none;
78
- // background-color: $navbarLinkBackgroundActive;
79
- // @include box-shadow(inset 0 3px 8px rgba(0, 0, 0, 0.125));
80
- // }
81
- // }
82
- // &.dropdown {
83
- // &:after {
84
- // width: 100%;
85
- // height: 2px;
86
- // background: none;
87
- // position: absolute;
88
- // bottom: -2px;
89
- // left: 0;
90
- // right: 0;
91
- // content: '';
92
- // }
93
- // }
94
- // > ul.menu {
95
- // position: absolute;
96
- // top: 100%;
97
- // left: 0;
98
- // z-index: 1000;
99
- // display: none;
100
- // float: left;
101
- // min-width: 160px;
102
- // padding: 5px 0;
103
- // margin: 2px 0 0;
104
- // list-style: none;
105
- // background-color: $dropdownBackground;
106
- // border: 1px solid $dropdownBorder;
107
- // @include border-radius(6px 6px 6px 6px);
108
- // @include box-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
109
- // li {
110
- // list-style: none outside none;
111
- // margin: 0;
112
- // padding: 0;
113
- // a {
114
- // display: block;
115
- // padding: 3px 20px;
116
- // clear: both;
117
- // font-weight: normal;
118
- // line-height: 20px;
119
- // color: $dropdownLinkColor;
120
- // white-space: nowrap;
121
- // &:focus, &:hover {
122
- // color: $dropdownLinkColorHover;
123
- // text-decoration: none;
124
- // outline: 0;
125
- // background-color: $dropdownLinkBackgroundActive;
126
- // @include ctb-gradient-vertical($dropdownLinkBackgroundActive, darken($dropdownLinkBackgroundActive, 5%));
127
- // }
128
- // }
129
- // }
130
- // &:before {
131
- // position: absolute;
132
- // top: -7px;
133
- // left: 9px;
134
- // display: inline-block;
135
- // border-right: 7px solid transparent;
136
- // border-bottom: 7px solid #CCC;
137
- // border-left: 7px solid transparent;
138
- // border-bottom-color: rgba(0, 0, 0, 0.2);
139
- // content: '';
140
- // }
141
- // &:after {
142
- // position: absolute;
143
- // top: -6px;
144
- // left: 10px;
145
- // display: inline-block;
146
- // border-right: 6px solid transparent;
147
- // border-bottom: 6px solid white;
148
- // border-left: 6px solid transparent;
149
- // content: '';
150
- // }
151
- // }
152
- // &.open {
153
- // > a {
154
- // color: $navbarLinkColorActive;
155
- // text-decoration: none;
156
- // background-color: $navbarLinkBackgroundActive;
157
- // .caret {
158
- // border-top-color: #777777;
159
- // border-bottom-color: #777777;
160
- // @include opacity(1.0);
161
- // }
162
- // }
163
- // ul.menu {
164
- // display: block;
165
- // }
166
- // }
167
- // }
168
- // }
169
- // }
170
-
171
- // // Navbar Inverse
172
- // // --------------------------------------------------
173
- // .navbar-inverse {
174
- // color: $navbarInverseText;
175
- // #main-menu {
176
- // > ul.menu {
177
- // > li {
178
- // > a {
179
- // color: $navbarInverseLinkColor;
180
- // text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
181
- // text-align: center;
182
- // &:hover {
183
- // color: $navbarInverseLinkColorHover;
184
- // background-color: $navbarInverseLinkBackgroundHover;
185
- // }
186
- // &.active {
187
- // color: $navbarInverseLinkColorActive;
188
- // background-color: $navbarInverseLinkBackgroundActive;
189
- // }
190
- // }
191
- // &.open {
192
- // > a {
193
- // background-color: $navbarInverseLinkBackgroundActive;
194
- // color: $navbarInverseLinkColorActive;
195
- // }
196
- // }
197
- // }
198
- // }
199
- // }
200
- // }
201
-
202
- // Navbar Fixed Top
203
- // --------------------------------------------------
204
- .navbar-fixed-top {
205
- margin-top: 0 !important;
206
- .container {
207
- @include ctb-core-span($gridColumns);
208
- }
209
- }