summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/newtab/newTab.css
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/base/content/newtab/newTab.css')
-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;
}