Fix header title alignment and change color of Flat icon

pull/535/head
Marien Fressinaud 10 years ago
parent 0878b32faf
commit 72b6bf8d88
  1. 3
      p/themes/Dark/dark.css
  2. 3
      p/themes/Flat/flat.css
  3. 12
      p/themes/Flat/icons/icon.svg
  4. 3
      p/themes/Origine/origine.css
  5. 3
      p/themes/base-theme/base.css

@ -446,6 +446,9 @@ a.btn {
text-align: center;
border-bottom: 1px solid #333;
}
.header > .item.title{
width: 230px;
}
.header > .item.title h1 {
margin: 0.5em 0;
}

@ -435,6 +435,9 @@ a.btn {
vertical-align: middle;
text-align: center;
}
.header > .item.title{
width: 230px;
}
.header > .item.title h1 {
margin: 0.5em 0;
}

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
<title>Logo FreshRSS</title>
<circle fill="#2980b9" cx="128" cy="128" r="33"/>
<g fill="none" stroke="#2980b9" stroke-width="24">
<g stroke-opacity="0.3">
<path d="M12,128 A116,116 0 1,1 128,244"/>
<path d="M54,128 A74,74 0 1,1 128,202"/>
</g>
<path d="M128,12 A116,116 0 0,1 244,128"/>
<path d="M128,54 A74,74 0 0,1 202,128"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 421 B

@ -479,6 +479,9 @@ a.btn {
vertical-align: middle;
text-align: center;
}
.header > .item.title{
width: 230px;
}
.header > .item.title h1 {
margin: 0.5em 0;
text-shadow: 1px -1px 0 #ccc;

@ -339,6 +339,9 @@ a.btn {
vertical-align: middle;
text-align: center;
}
.header > .item.title{
width: 230px;
}
.header > .item.title h1 {
margin: 0.5em 0;
}

Loading…
Cancel
Save