diff options
| author | 2014-07-10 19:37:19 +0200 | |
|---|---|---|
| committer | 2014-07-10 19:37:19 +0200 | |
| commit | 72b6bf8d88e53df78881243a6c5736ffd664fc31 (patch) | |
| tree | 7470d0a523624e1e4c01ac0014fd44d99e33281b /p | |
| parent | 0878b32fafb0deccb11b1bcbaa44e04724a2200e (diff) | |
Fix header title alignment and change color of Flat icon
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/Dark/dark.css | 3 | ||||
| -rw-r--r-- | p/themes/Flat/flat.css | 3 | ||||
| -rw-r--r-- | p/themes/Flat/icons/icon.svg | 12 | ||||
| -rw-r--r-- | p/themes/Origine/origine.css | 3 | ||||
| -rw-r--r-- | p/themes/base-theme/base.css | 3 |
5 files changed, 24 insertions, 0 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 3176593be..5edc09042 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.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; } diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index d8824a6a0..9784c3460 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -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; } diff --git a/p/themes/Flat/icons/icon.svg b/p/themes/Flat/icons/icon.svg new file mode 100644 index 000000000..9657d020c --- /dev/null +++ b/p/themes/Flat/icons/icon.svg @@ -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> diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 639e08b81..60ad468a7 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -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; diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index 969c64876..c45b1812e 100644 --- a/p/themes/base-theme/base.css +++ b/p/themes/base-theme/base.css @@ -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; } |
