summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-06-21 11:32:13 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-06-21 11:32:13 +0200
commit072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef (patch)
tree3e8a0f855a5f3ebe486e29a1951e8a853abb097e /application/palemoon/base
parent79ad98f406e1d6e084ec8b968418263b53ba34ca (diff)
downloadUXP-072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef.tar
UXP-072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef.tar.gz
UXP-072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef.tar.lz
UXP-072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef.tar.xz
UXP-072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef.zip
Issue #517 Part 6: Restyle for Pale Moon.
This splits out common rules for different OSes to themes/shared and applies new styling to the newtab page.
Diffstat (limited to 'application/palemoon/base')
-rw-r--r--application/palemoon/base/content/newtab/newTab.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/application/palemoon/base/content/newtab/newTab.css b/application/palemoon/base/content/newtab/newTab.css
index 18467e36b..4551dc007 100644
--- a/application/palemoon/base/content/newtab/newTab.css
+++ b/application/palemoon/base/content/newtab/newTab.css
@@ -95,8 +95,7 @@ input[type=button] {
#newtab-grid {
-moz-box-flex: 5;
overflow: hidden;
- text-align: center;
- transition: 100ms ease-out;
+ transition: 300ms ease-out;
transition-property: opacity;
}
@@ -118,16 +117,16 @@ input[type=button] {
/* CELLS */
.newtab-cell {
display: -moz-box;
- height: 210px;
- margin: 20px 10px 35px;
- width: 290px;
+ height: 180px;
+ margin: 15px 10px 30px;
+ width: 250px;
}
/* SITES */
.newtab-site {
position: relative;
-moz-box-flex: 1;
- transition: 100ms ease-out;
+ transition: 200ms ease-out;
transition-property: top, left, opacity;
}