Minor UI styling changes.

master
Pacman Ghost 4 years ago
parent 5a82ef47de
commit f467b2786b
  1. BIN
      web/public/images/bullet.png
  2. BIN
      web/public/images/bullet2.png
  3. 2
      web/src/SearchResults.css
  4. 1
      web/src/index.css

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 372 B

@ -1,4 +1,4 @@
#search-results { padding: 0 0.25em ; }
#search-results { padding: 0 0.25em ; outline: none ; }
#search-results .no-results { font-style: italic ; }
#search-results .loading { width: 100% ; height: 100% ; }

@ -13,6 +13,7 @@ ul ul, ol ul { list-style-image: url("/images/bullet2.png") }
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 ; }
pre { font-size: 90% ; }
blockquote {
margin: .5em 1em .75em 1em ; padding: 5px 5px 5px 15px ;
border: 1px solid #ddd ; background: #fffff0 ;

Loading…
Cancel
Save