diff options
| author | bobzel <zzzman@gmail.com> | 2025-06-13 09:00:49 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-06-13 09:00:49 -0400 |
| commit | 2d6307f6eaa0803aefabae9e9232506611365b66 (patch) | |
| tree | 7d77764b51a8dcfef4ed5554be6028fea815a4ae /src/client/views/SidebarAnnos.scss | |
| parent | b91057d00512446339e48fb8488a97a1e5ef03d5 (diff) | |
updated css and project to HTML5 standards. fixed border rounding for images.
Diffstat (limited to 'src/client/views/SidebarAnnos.scss')
| -rw-r--r-- | src/client/views/SidebarAnnos.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/client/views/SidebarAnnos.scss b/src/client/views/SidebarAnnos.scss index abfd04f11..c2b9dcce5 100644 --- a/src/client/views/SidebarAnnos.scss +++ b/src/client/views/SidebarAnnos.scss @@ -2,7 +2,7 @@ position: absolute; width: 100%; height: 100%; - right: 0; + right: 0px; .sidebarAnnos-stacking { width: 100%; position: relative; @@ -20,12 +20,12 @@ .sidebarAnnos-filterUser-active { font-weight: bold; font-size: 10px; - padding-left: 5; - padding-right: 5; + padding-left: 5px; + padding-right: 5px; box-shadow: black 1px 1px 3px; - border-radius: 5; - margin: 2; - height: 15; + border-radius: 5px; + margin: 2px; + height: 15px; background-color: lightgrey; } .sidebarAnnos-filterUser, |
