projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added some vertical space in the routing text input boxes.
[rails.git]
/
app
/
assets
/
stylesheets
/
common.css.scss
diff --git
a/app/assets/stylesheets/common.css.scss
b/app/assets/stylesheets/common.css.scss
index 39519b81a512cb6a1b5c6011818ddfd6e3467c76..fb879d375f1ea44c33a58111bd1743b5f6401b13 100644
(file)
--- a/
app/assets/stylesheets/common.css.scss
+++ b/
app/assets/stylesheets/common.css.scss
@@
-978,6
+978,16
@@
header .search_forms,
padding-right: 25px;
display: block;
}
+
+ select.routing_engines {
+ min-height: 30px;
+ margin: 0px 0px 5px 25px;
+ }
+
+ div.line {
+ width: 100%;
+ margin: 0px 0px 5px 0px;
+ }
}
/* Rules for the map key which appears in the popout sidebar */