diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-09-23 14:56:51 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-09-23 14:56:51 -0700 |
| commit | 0bff2e665b3a6389b47510e4c04a5a454f6dd7d4 (patch) | |
| tree | e7f3368c067594b98699c5cf62f0991e8ceb2e4f /rt/share/html/m | |
| parent | 806d426d106efea2b2b13314108c4ac046511e1c (diff) | |
rt 4.0.7
Diffstat (limited to 'rt/share/html/m')
| -rw-r--r-- | rt/share/html/m/_elements/raw_style | 4 | ||||
| -rw-r--r-- | rt/share/html/m/_elements/wrapper | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/rt/share/html/m/_elements/raw_style b/rt/share/html/m/_elements/raw_style index 8c1997743..a34982958 100644 --- a/rt/share/html/m/_elements/raw_style +++ b/rt/share/html/m/_elements/raw_style @@ -33,6 +33,7 @@ div.buttons { background-color: #ccc; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; + border-radius: 0.25em; -webkit-box-shadow: #333 0px 0px 5px; -moz-box-shadow: #333 0px 0px 5px; box-shadow: #333 0px 0px 5px; @@ -85,6 +86,7 @@ ul.menu li#active a div.titlebox, #bpscredits, .ticket_menu{ -moz-border-radius: 1em; -webkit-border-radius: 1em; + border-radius: 1em; margin: 0.5em; background-color: #fff; padding-top: 1em; @@ -336,6 +338,7 @@ input[type=submit], input[type=button], button, #paging a { padding-right: 0.6em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; + border-radius: 0.5em; background-color: #006699; color: #fff; } @@ -353,6 +356,7 @@ form { border-bottom: 1px solid black; -moz-border-radius-bottomleft: 1em; -webkit-border-bottom-left-radius: 1em; + border-bottom-left-radius: 1em; padding: 0.5em; background-color: #fff; } diff --git a/rt/share/html/m/_elements/wrapper b/rt/share/html/m/_elements/wrapper index 794385db4..1891079bd 100644 --- a/rt/share/html/m/_elements/wrapper +++ b/rt/share/html/m/_elements/wrapper @@ -3,7 +3,7 @@ $title => '' $show_home_button => 1 </%args> <%init> -if ($m->request_args->{'NotMobile'}) { +if ($DECODED_ARGS->{'NotMobile'}) { $session{'NotMobile'} = 1; RT::Interface::Web::Redirect(RT->Config->Get('WebURL')); $m->abort(); |
