Changeset 10315 for main/ngren.theme
- Timestamp:
- 20 Jun 2013, 08:45:11 (11 years ago)
- Location:
- main/ngren.theme/trunk/ngren/theme/ngren_theme
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ngren.theme/trunk/ngren/theme/ngren_theme/css/style.css
r10294 r10315 113 113 114 114 #header-head { 115 height:1 30px;115 height:140px; 116 116 } 117 117 118 118 #user-options { 119 float:right; 120 padding:10px 20px; 119 position:absolute; 120 top:10px; 121 right:10px; 121 122 } 122 123 … … 128 129 list-style:none; 129 130 display:inline; 130 131 text-align: left; 131 132 } 132 133 … … 148 149 float: left; 149 150 margin: 5px; 150 margin-top: 15px;151 margin-top: 0px; 151 152 width: 150px; 152 153 } … … 156 157 font-size: 27px; 157 158 position: relative; 158 top: -7px;159 top: 0px; 159 160 text-align:left; 160 161 margin-left:10px; … … 799 800 } 800 801 802 .navbar-form { 803 visibility:hidden; 804 height: 0px; 805 } 806 801 807 #partners-tile { 802 808 height:140px; … … 898 904 899 905 /** Header **/ 900 #logo-container { 901 height:160px; 902 margin:20px 0; 906 907 908 #logo-container { 909 margin:10px; 910 text-align:none; 911 float:none; 912 position:relative; 913 } 914 915 #header-head { 916 height: 50px; 917 } 918 919 #user-options { 920 position:absolute; 921 top:10px; right:10px; 903 922 } 904 923 905 924 #logo-container #logo{ 906 925 float:none; 926 display: block; 927 margin-left: auto; 928 margin-right: auto; 929 margin-bottom: 0px; 930 margin-bottom: -15px; 931 907 932 } 908 933 909 934 #logo-container h1 { 910 float:none; 911 margin:10px auto; 912 text-align:center; 913 font-size:17px; 914 padding:0 15px; 935 visibility:hidden; 936 height: 0px; 915 937 } 916 938 } … … 937 959 } 938 960 939 #user-options {940 padding:10px 20px;941 }942 943 961 /** Containers **/ 944 962 .content-container {
Note: See TracChangeset for help on using the changeset viewer.