diff options
| author | Martin Ridgers <[email protected]> | 2025-11-18 14:28:03 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-11-18 14:28:03 +0100 |
| commit | c25b3cfd0d5d56cb6c2703350cb273c3322673a7 (patch) | |
| tree | c4c93a04125aa3743bd2b95b904ecd10c36f4be6 /src/zenserver/frontend/html/zen.css | |
| parent | 5.7.10 (diff) | |
| download | zen-c25b3cfd0d5d56cb6c2703350cb273c3322673a7.tar.xz zen-c25b3cfd0d5d56cb6c2703350cb273c3322673a7.zip | |
Added actions to drop all projects or all z$ namespaces. (#655)
* Save references to the project and zcache tables
* Add an attribute to table rows with the actionable project/namespace id
* Drop-all option for projects and cache namespaces
* Updated frontend .zip archive
* Edited changelog
Diffstat (limited to 'src/zenserver/frontend/html/zen.css')
| -rw-r--r-- | src/zenserver/frontend/html/zen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/zenserver/frontend/html/zen.css b/src/zenserver/frontend/html/zen.css index 0c4f324e4..c52609f52 100644 --- a/src/zenserver/frontend/html/zen.css +++ b/src/zenserver/frontend/html/zen.css @@ -411,6 +411,11 @@ a { /* start -------------------------------------------------------------------- */ #start { + .dropall { + text-align: right; + font-size: 0.85em; + margin: -0.5em 0 0.5em 0; + } #version { color: var(--theme_g1); text-align: center; |