Browse Source

edited css

main
simoon 2 years ago
parent
commit
bbc36af32e
  1. 21
      static/styles.css

21
static/styles.css

@ -1,7 +1,7 @@
/* go wild ... */ /* go wild ... */
* { * {
/* border: 1px solid red;*/ border: 1px solid red;
} }
body { body {
@ -23,22 +23,31 @@ div.forms {
div.iframe { div.iframe {
width: 50%; width: 50%;
height: 480px; height: 480px;
/* float: left;*/
display: inline-block; display: inline-block;
border: 2px solid blue;
}
ul li {
list-style:none;
} }
li::marker { #title, #author, #comments, #timestamp, #tags {
display: none; display: flex;
} }
form.metafields { form.metafields {
padding: 12px; padding: 12px;
padding-left: 0px; background-color: gainsboro;
} }
iframe { iframe {
position: relative; position: relative;
height: 100%; height: 100%;
width: 100%; width: 100%;
border: 2px solid blue; }
object {
max-height: 100%;
max-width: 100%;
} }
Loading…
Cancel
Save