diff options
author | David Cabo <david@calibea.com> | 2011-07-26 22:48:18 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-07-26 22:48:18 +0200 |
commit | 0fc9a9de34be417f23a2392535523c044f644db2 (patch) | |
tree | f1e7a6a5d06926db742daa2f8e5f39083e197be2 /public | |
parent | 4313a819d56a11c3ce8c71cdd58af4f2033ba1c8 (diff) |
improved layout of special notes when creating a new request
Diffstat (limited to 'public')
l--------- | public/asktheeu-theme | 1 | ||||
-rw-r--r-- | public/stylesheets/main.css | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/public/asktheeu-theme b/public/asktheeu-theme new file mode 120000 index 000000000..108ef0abe --- /dev/null +++ b/public/asktheeu-theme @@ -0,0 +1 @@ +/Users/David/src/asktheeu/asktheeu/vendor/plugins/asktheeu-theme/public
\ No newline at end of file diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index cf72f4a61..0c669e8ef 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -949,6 +949,12 @@ a img.attachment_image { padding-bottom: 1em; } +#request_header_text +{ + font-size: 0.8em; + margin-left: 11em; +} + #request_search_ahead_results { font-size: 0.8em; |