Minor styling changes.

master
Pacman Ghost 4 years ago
parent 29c93a58b9
commit 908455ebc5
  1. 2
      web/src/SearchResults.css
  2. 2
      web/src/index.css

@ -30,7 +30,7 @@
.search-result .content { padding: 2px 5px ; font-size: 90% ; }
.search-result .content p { margin-top: 0.25em ; }
.search-result .content p:first-child { margin-top: 0 ; }
.search-result .content .image { float: left ; margin: 0.25em 0.5em 0.5em 0 ; max-height: 5em ; max-width: 6em ; }
.search-result .content .image { float: left ; margin: 0.25em 0.5em 0.5em 0 ; max-height: 8em ; max-width: 6em ; }
.search-result .content .collapsible { margin-top:0.5em ; font-size: 90% ; color: #333 ; }
.search-result .content .collapsible .caption { cursor: pointer ; }
.search-result .content .collapsible .caption img { height: 0.75em ; margin-left: 0.25em ; }

@ -7,7 +7,7 @@ body {
-moz-osx-font-smoothing: grayscale ;
}
ul, ol { margin: 0.5em 0 0 1.25em ; }
ul, ol { margin: 0 0 0 1.25em ; }
input[type="text"] { height: 22px ; border: 1px solid #c5c5c5 ; padding: 2px 5px ; }
label { height: 1.25em ; margin-top: -3px ; }
textarea { padding: 2px 5px ; resize: vertical ; }

Loading…
Cancel
Save