diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-08 12:50:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-08 12:50:26 +0000 |
commit | 1251f9e9f5aaf080733d525e2ebab8fa77d52064 (patch) | |
tree | 2f96c604d8c1bf43560769ac4ab99c0155b12e68 /public/stylesheets/application.css | |
parent | ecb1f660ac4d8bb46e2d1b34f89a4638297cd1e4 (diff) | |
download | redmine-1251f9e9f5aaf080733d525e2ebab8fa77d52064.tar.gz redmine-1251f9e9f5aaf080733d525e2ebab8fa77d52064.zip |
Adds a Save button at the end of the account form for mobile devices (#19097).
git-svn-id: http://svn.redmine.org/redmine/trunk@14852 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/application.css')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index f06244f1b..6bcca0a00 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -104,6 +104,8 @@ input#openid_url { background: url(../images/openid-bg.gif) no-repeat; backgroun .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } +.mobile-show {display: none;} + /***** Links *****/ a, a:link, a:visited{ color: #169; text-decoration: none; } a:hover, a:active{ color: #c61a1a; text-decoration: underline;} |