Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Login Page Theming
#6
I also use html { height:100% } and haven't noticed anything odd happen due to that. Just keep it in mind if you notice anything weird happens down the road. To make your admin login page more friendlier for mobile, I'm pretty sure you'll need to edit a core file, adding the following to the /admin/header.php file around line 16:

Code:
<meta name="viewport" content="width=device-width">

With that set you'll be able to use media queries to style according to viewport dimensions. However doing this is opening up a huge can of worms which I'm pretty sure makes the backend a little more difficult to use without a lot more work on optimising the CSS for mobile.
Modern UI Admin for GetSimple
Watch the demo. Install this plugin. Use this CSS. Enjoy.
Reply


Messages In This Thread
Login Page Theming - by michaellindahl - 2012-08-21, 13:26:15
Login Page Theming - by sal - 2012-08-21, 15:21:42
Login Page Theming - by michaellindahl - 2012-08-21, 16:38:18
Login Page Theming - by sal - 2012-08-21, 17:25:40
Login Page Theming - by michaellindahl - 2012-08-22, 15:13:21
Login Page Theming - by sal - 2012-08-23, 17:10:55



Users browsing this thread: 1 Guest(s)