diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-09 12:28:38 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-09 12:28:38 +0000 |
commit | e36c9523383769313b11a67aa3859cb09b20ec52 (patch) | |
tree | 20efb0db2f5eb1702e179350e24605ba815e5905 | |
parent | 921b25bf6281eb9d9d500eb8f5d98b8b473794cb (diff) |
Fixed notice-options
-rw-r--r-- | plugins/MobileProfile/mp-screen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index a8135e0b4..1fff2273d 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -82,3 +82,8 @@ width:96.41%; } +.notice-options { +width:90px; +margin-right:2%; +} + |