diff options
Diffstat (limited to 'share/www/style/layout.css')
-rw-r--r-- | share/www/style/layout.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 191f3874..a8abd491 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -324,6 +324,13 @@ body.loading #dialog h2 { } #switch select { font-size: 90%; } +/* Stale views checkbox */ + +#staleviews { + color: #666; float: right; font-size: 90%; + font-weight: bold; line-height: 16px; padding: 5px; +} + /* View function editing */ #viewcode { background: #fff; border: 1px solid; |