diff options
| author | Ernst Widerberg <ernst@sunet.se> | 2021-11-05 12:52:57 +0100 |
|---|---|---|
| committer | Ernst Widerberg <ernst@sunet.se> | 2021-11-05 12:54:00 +0100 |
| commit | 52bd5b559d949a8acef921d1ec5bebbdbb4c3e6f (patch) | |
| tree | dd48339573a4f0766b4a17165d27cd090fd60d77 /src/styles | |
| parent | da4f0910ff6d671dbbc4dc175144ab846fd0608d (diff) | |
ObjectComponent presentation
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/main.css | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/styles/main.css b/src/styles/main.css index d0c0c18..794b217 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -37,8 +37,6 @@ body { /* Object */ .object { - border: 1px solid black; - border-radius: 25px; padding: 2em; margin: 1em; width: 40em; @@ -54,8 +52,9 @@ body { background-color: red; } -.object .header { - font-size: 2em; +.object .id { + float: right; + font-family: monospace; } .object td { @@ -66,13 +65,8 @@ body { margin-top: 2em; } -.object .user-presentation .header { - font-weight: bold; - font-size: 1.5em; - margin-bottom: 0.5em; -} - .object > .user-presentation > .description { + margin-top: 2em; font-style: italic; margin-bottom: 1em; } |
