[SUCS Devel] site r706 - branches/imranh-redesign/sass
imranh at sucs.org
imranh at sucs.org
Sat May 2 12:59:26 BST 2015
Author: imranh
Date: 2015-05-02 12:59:15 +0100 (Sat, 02 May 2015)
New Revision: 706
Modified:
branches/imranh-redesign/sass/_logo.scss
branches/imranh-redesign/sass/_menu.scss
branches/imranh-redesign/sass/_user-area.scss
Log:
Happy with logo & menu. Started working on login.
Modified: branches/imranh-redesign/sass/_logo.scss
===================================================================
--- branches/imranh-redesign/sass/_logo.scss 2015-05-01 22:08:04 UTC (rev 705)
+++ branches/imranh-redesign/sass/_logo.scss 2015-05-02 11:59:15 UTC (rev 706)
@@ -1,5 +1,5 @@
#logo {
float: left;
- padding-left: 20px;
+ padding-left: 10px;
margin-top: -5px;
}
\ No newline at end of file
Modified: branches/imranh-redesign/sass/_menu.scss
===================================================================
--- branches/imranh-redesign/sass/_menu.scss 2015-05-01 22:08:04 UTC (rev 705)
+++ branches/imranh-redesign/sass/_menu.scss 2015-05-02 11:59:15 UTC (rev 706)
@@ -1,5 +1,7 @@
+ at import "compass/css3/border-radius";
+
#menu {
- overflow: hidden;
+ overflow: visible;
position: absolute;
bottom: 0px;
left: 125px;
@@ -14,10 +16,9 @@
list-style-type: none;
padding-right: 15px;
padding-left: 15px;
- #padding-top: 10px;
- padding-bottom: 4px;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
+ padding-top: 4px;
+ padding-bottom: 3px;
+ @include border-top-radius(10px);
a {
color: #FFF;
@@ -36,14 +37,13 @@
#submenu {
position: absolute;
width: 100%;
- overflow: hidden;
+ overflow: visible;
margin-top: 66px;
#submenulist {
- -webkit-margin-before: 0em;
background: #414345;
- padding-top: 6px;
- padding-bottom: 5px;
+ padding-top: 8px;
+ padding-bottom: 4px;
padding-left: 165px;
li {
@@ -54,8 +54,6 @@
list-style-type: none;
padding-right: 15px;
padding-left: 15px;
- padding-top: 6px;
- padding-bottom: 5px;
a {
color: #FFF;
@@ -69,8 +67,7 @@
color: #414345;
padding-top: 4px;
padding-bottom: 7px;
- border-top-right-radius: 10px;
- border-top-left-radius: 10px;
+ @include border-top-radius(10px);
a {
color: #414345;
Modified: branches/imranh-redesign/sass/_user-area.scss
===================================================================
--- branches/imranh-redesign/sass/_user-area.scss 2015-05-01 22:08:04 UTC (rev 705)
+++ branches/imranh-redesign/sass/_user-area.scss 2015-05-02 11:59:15 UTC (rev 706)
@@ -11,4 +11,9 @@
text-decoration: none;
color: #fff;
}
+
+ input {
+ border: 0px;
+ margin: 0px;
+ }
}
\ No newline at end of file
More information about the Devel
mailing list