From 4409c836016296d2ca089d42d7364db0458c1f89 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Thu, 9 Aug 2012 13:15:35 +0000 Subject: [PATCH] Melhorando layout android --- android/res/raw/theme.css | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/android/res/raw/theme.css b/android/res/raw/theme.css index 8138445..e5c89a7 100644 --- a/android/res/raw/theme.css +++ b/android/res/raw/theme.css @@ -21,34 +21,22 @@ input border: none; padding: 0px; background-color: black; - color: #00ff00; + color: #ffff00; margin-left: 0.5em; margin-right: 0.5em; -} - -input:focus -{ + border-radius: 3px; outline:none; } -input[type="text"] -{ - background-color: #101010; -} -input[type="text"]:focus -{ - background-color: #101010; -} - -input[type="password"] +input:focus { - background-color: #101010; + background-color: #303030; } -input[type="password"]:focus +input[type="text"], input[type="password"], input[type="text"]:focus, input[type="password"]:focus { - background-color: #101010; + background-color: #303030; } #terminal @@ -60,10 +48,10 @@ input[type="password"]:focus #pfbar { z-index: -1; - width: 49em; + width: 48em; background: black; color: white; - text-align: center; + text-align: left; border-top: 1px solid #fff; } @@ -78,12 +66,13 @@ a margin: 1px; background: gray; color: black; - width: 4em; + width: 3.9em; border: 1px solid darkgray; text-decoration: none; font-size: 15px; font-family: arial; display: inline-block; + text-align: center; border-radius: 3px; } -- libgit2 0.21.2