Mercurial > dive4elements > gnv-client
diff gnv/src/main/webapp/styles/default.css @ 695:883b366e3b15
Replaced buttons for saving/loading projects with links.
gnv/trunk@926 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 13 Apr 2010 17:22:49 +0000 |
parents | 271ec4d11a9f |
children | d2582f75b144 |
line wrap: on
line diff
--- a/gnv/src/main/webapp/styles/default.css Tue Apr 13 16:44:30 2010 +0000 +++ b/gnv/src/main/webapp/styles/default.css Tue Apr 13 17:22:49 2010 +0000 @@ -36,8 +36,8 @@ } a { - color: #00416B; - text-decoration: none; + color: #FF6600; + text-decoration: underline; } legend { @@ -309,6 +309,12 @@ background-color: #e9e8f0; } +#projectload { + float: left; + padding-left: 5px; + visibility: hidden; +} + .devide { width: 100%; height: 2px;