From ca819457a16de91bd9417814ddbf576a1a28c4f5 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 22 Jan 2014 11:59:20 +0200 Subject: [PATCH] renamed genpass class to generate --- web/css/main.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/web/css/main.css b/web/css/main.css index 176893e18..619a3c796 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -470,10 +470,6 @@ form { overflow: hidden; } -.data-col2 a:visited { - color: green; -} - .data-col5 { table-layout: fixed; text-align: left; @@ -778,19 +774,23 @@ form { background-color: #ccc; } -.genpass { - color: #2361a1; - font-size: 8pt; - padding: 0 5px; - letter-spacing: 0.1em; - text-decoration: underline; +.optional { + padding:0 0 0 6px; + font-size: 10pt; + color:#555; } -.genpass:hover { +.generate { + color: #2361a1; + text-decoration: underline; + cursor: pointer; +} + +.generate:hover { color: #7fa1cb; } -.genpass:active { +.generate:active { background-color: #f79b44; color: #fff; }