diff --git a/app/assets/stylesheets/layout.css.scss b/app/assets/stylesheets/layout.css.scss index c913613..cb58348 100644 --- a/app/assets/stylesheets/layout.css.scss +++ b/app/assets/stylesheets/layout.css.scss @@ -293,12 +293,6 @@ label { font-size: 13px; } -/* tag clouds */ -.tagcloud1 { font-size: 1.0em; text-decoration: none; } -.tagcloud2 { font-size: 1.2em; text-decoration: none; } -.tagcloud3 { font-size: 1.4em; text-decoration: none; } -.tagcloud4 { font-size: 1.6em; text-decoration: none; } - /* subtitle, at top right of page */ div.subtitle { background-color: #efefef; @@ -385,27 +379,11 @@ div.status_text a { color: #444444; } width: 465px; } -.big_green_button, .submit { - margin:0px; - margin-left: 3em; - border:solid 1px #ccc; - border-top:solid 1px #ddd; - border-left:solid 1px #ddd; - font-size:22px; - color:#fff; - cursor:pointer; - line-height:42px; - height:42px; - padding:0px 15px; - overflow:visible; - border-radius:5px; - -moz-border-radius:5px; - -webkit-border-radius:5px; - background:#87b500; - border-width:0px; - border-right:solid 1px #689300; - border-bottom:solid 1px #689300; - text-shadow:#719e03 1px 1px; +.not_yet_implemented { + color: #aaaaaa; // /* $grayLight; */ +} +#not_net_implemented { + color: $orangeText; } /* app/views/uielements/ */ diff --git a/app/views/contacts/_form.html.erb b/app/views/contacts/_form.html.erb index 7a58f0a..5c7b193 100644 --- a/app/views/contacts/_form.html.erb +++ b/app/views/contacts/_form.html.erb @@ -2,6 +2,15 @@