Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Side by Side Diff: remoting/client/extension/main.css

Issue 6518013: Update Chromoting login UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove old gaia css Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/client/extension/login.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .hostlist_body { 1 .hostlist_body {
2 } 2 }
3 3
4 p { 4 p {
5 color: black; 5 color: black;
6 } 6 }
7 7
8 h1 { 8 h1 {
9 font-family: sans-serif; 9 font-family: sans-serif;
10 font-size: 2em; 10 font-size: 2em;
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 -webkit-user-select: none; 108 -webkit-user-select: none;
109 position: absolute; 109 position: absolute;
110 left: 20px; 110 left: 20px;
111 top: 20px; 111 top: 20px;
112 z-index: 1; 112 z-index: 1;
113 font-family: sans-serif; 113 font-family: sans-serif;
114 font-size: 2em; 114 font-size: 2em;
115 font-weight: bold; 115 font-weight: bold;
116 } 116 }
117 117
118 .login_panel { 118 .error_msg {
119 color: red;
120 }
121
122 .gaia_login_panel {
119 -webkit-user-select: none; 123 -webkit-user-select: none;
124 font-family: arial,sans-serif;
120 position: absolute; 125 position: absolute;
121 display: none; 126 display: none;
122 z-index: 1; 127 z-index: 1;
123 top: 50%; 128 top: 50%;
124 left: 45%; 129 left: 45%;
125 border-style: solid; 130 border: 2px solid #e8eefa;
126 border-color: #D3D3D3 #808080;
127 margin-left: auto; 131 margin-left: auto;
128 margin-right: auto; 132 margin-right: auto;
129 width: 250px; 133 }
134
135 .local_login_panel {
136 -webkit-user-select: none;
137 font-family: arial,sans-serif;
138 position: absolute;
139 display: none;
140 z-index: 1;
141 top: 50%;
142 left: 45%;
143 border: 2px solid #e8eefa;
144 margin-left: auto;
145 margin-right: auto;
130 } 146 }
131 147
132 .plugin-scroll-panel { 148 .plugin-scroll-panel {
133 -webkit-user-select: none; 149 -webkit-user-select: none;
134 overflow: auto; 150 overflow: auto;
135 width: 100%; 151 width: 100%;
136 height: 100%; 152 height: 100%;
137 } 153 }
154
155 .gaia_font {
156 font-family: Arial, Helvetica, sans-serif;
157 }
OLDNEW
« no previous file with comments | « remoting/client/extension/login.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698