aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/main.scss')
-rw-r--r--app/assets/stylesheets/main.scss47
1 files changed, 46 insertions, 1 deletions
diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss
index 6405d1dc3..3118eab3d 100644
--- a/app/assets/stylesheets/main.scss
+++ b/app/assets/stylesheets/main.scss
@@ -1722,7 +1722,7 @@ padding-right:50px;
margin-bottom:10px;
}
-div.ff-icon-printfix,.comment_in_request_text img.comment_quote,body.front #other-country-notice,#other-country-notice,#authority_preview .public-body-name-prefix,#authority_preview #list-filter,#authority_preview h2.foi_results,div#show_response_view p.event_actions {
+div.ff-icon-printfix,.comment_in_request_text img.comment_quote,body.front #other-country-notice,#other-country-notice,#authority_preview .public-body-name-prefix,#authority_preview #list-filter,#authority_preview h2.foi_results,div#show_response_view p.event_actions, div.batch_public_body_toggle {
display:none;
}
@@ -1777,3 +1777,48 @@ text-decoration:none;
the axes black rather than transparent grey for the moment: */
color: #000 !important;
}
+
+
+#body_selection .body_list {
+ width: 45%;
+}
+
+#body_selection .body_list input[type='submit'] {
+ margin: 10px 0;
+ width: 45%;
+}
+
+#body_selection .body_list #body_select_all_button,
+#body_selection .body_list #body_deselect_button{
+ float: right;
+}
+
+#body_selection #body_candidates {
+ float: left;
+}
+
+#body_selection #body_selections {
+ float: right;
+}
+
+#body_selection #body_submission input[type='submit'] {
+ margin: 10px 0;
+ width:100%;
+}
+
+#body_selection .select_all_button {
+ display: none;
+}
+
+#body_selection .body_select {
+ width: 100%;
+}
+
+.batch_public_body_list {
+ margin-left: 110px;
+}
+
+.batch_public_body_toggle {
+ color: #0000EE;
+ font-size: 0.9em;
+}