Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: static/css/styles.css

Issue 29335113: Issue 2675 - Implemented responsive header for web.eyeo.com (Closed)
Left Patch Set: Fixed logo, floats, css style, and IE8 events Created June 16, 2016, 5:43 p.m.
Right Patch Set: Fixed code style and consistancy issues Created June 23, 2016, 5:23 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/acceptable-ads-application.html ('k') | static/images/logo.png » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* 1 /*
2 * Fonts 2 * Fonts
3 */ 3 */
4 @font-face { 4 @font-face {
5 font-family: "Lato"; 5 font-family: "Lato";
6 font-style: normal; 6 font-style: normal;
7 font-weight: 400; 7 font-weight: 400;
8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof f) format('woff'); 8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof f) format('woff');
9 } 9 }
10 @font-face { 10 @font-face {
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 h6 97 h6
98 { 98 {
99 font-size:12px; 99 font-size:12px;
100 } 100 }
101 101
102 #header 102 #header
103 { 103 {
104 position: fixed; 104 position: fixed;
105 background-color: #fff; 105 background-color: #fff;
106 width: 100%; 106 width: 100%;
107 top: 0; 107 top: 0px;
108 left: 0; 108 left: 0px;
109 box-shadow: 0 0 12px rgba(0,0,0, 0.09); 109 box-shadow: 0px 0px 12px rgba(0,0,0, 0.09);
110 z-index: 10000; 110 z-index: 10000;
111 text-align: right; 111 text-align: right;
112 } 112 }
113 113
114 #header .content-block 114 #header .content-block
115 { 115 {
116 position: relative; 116 position: relative;
117 padding: 15px 10px; 117 padding: 15px 10px;
118 min-height: 32px; 118 min-height: 32px;
119 } 119 }
120 120
121 #header.top .content-block 121 #header.top .content-block
122 { 122 {
123 padding: 25px 10px; 123 padding: 25px 10px;
124 } 124 }
125 125
126 #logo 126 #logo
127 { 127 {
128 position: absolute; 128 position: absolute;
129 top: 7px; 129 top: 7px;
130 left: 10px; 130 left: 10px;
131 } 131 }
132 132
133 #header.top #logo 133 #header.top #logo
134 { 134 {
135 top: 17.5px; 135 top: 17px;
136 } 136 }
137 137
138 #header .menu-button 138 #header .menu-button
139 { 139 {
140 margin: 0 0 0 25px; 140 margin: 0px 0px 0px 25px;
141 } 141 }
142 142
143 #menu 143 #menu
144 { 144 {
145 display: inline; 145 display: inline;
146 vertical-align: middle; 146 vertical-align: middle;
147 } 147 }
148 148
149 .assistive-text 149 .assistive-text
150 { 150 {
151 position: absolute; 151 position: absolute !important;
152 height: 1px;
153 width: 1px;
154 overflow: hidden;
152 clip: rect(1px, 1px, 1px, 1px); 155 clip: rect(1px, 1px, 1px, 1px);
153 top: -99999px;
154 left: -99999px;
155 } 156 }
156 157
157 .menu-list 158 .menu-list
158 { 159 {
159 display: inline; 160 display: inline;
160 margin: 0px; 161 margin: 0px;
161 font-size: 15px; 162 font-size: 15px;
162 list-style: none; 163 list-style: none;
163 } 164 }
164 165
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 .why-work-here-button:focus 796 .why-work-here-button:focus
796 { 797 {
797 background-color: #333; 798 background-color: #333;
798 } 799 }
799 800
800 801
801 @media (max-width: 768px) 802 @media (max-width: 768px)
802 { 803 {
803 body 804 body
804 { 805 {
805 padding-top: 64px; 806 padding-top: 50px;
806 } 807 }
807 808
808 #header .content-block, 809 #header .content-block,
809 #header.top .content-block 810 #header.top .content-block
810 { 811 {
811 padding: 9px 10px; 812 padding: 9px 10px;
812 } 813 }
813 814
814 #header.top #logo 815 #header.top #logo
815 { 816 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 } 851 }
851 852
852 .menu-list > li 853 .menu-list > li
853 { 854 {
854 display: block; 855 display: block;
855 border-top: 1px solid #eee; 856 border-top: 1px solid #eee;
856 } 857 }
857 858
858 .menu-list > li > a 859 .menu-list > li > a
859 { 860 {
860 padding: 10px;
861 display: block; 861 display: block;
862 margin: 0px; 862 margin: 0px;
863 padding: 10px;
863 font-size: 14px 864 font-size: 14px
864 } 865 }
865 866
866 .menu-button 867 .menu-button
867 { 868 {
868 position: absolute; 869 position: absolute;
869 top: 9px; 870 top: 9px;
870 right: 50px; 871 right: 50px;
871 height: 32px; 872 height: 32px;
873 padding: 0 10px;
872 line-height: 32px; 874 line-height: 32px;
873 padding: 0 10px;
874 font-size: 14px; 875 font-size: 14px;
875 } 876 }
876 877
877 .columns-container .column 878 .columns-container .column
878 { 879 {
879 width: 100%; 880 width: 100%;
880 margin-left: 0; 881 margin-left: 0;
881 clear: both; 882 clear: both;
882 } 883 }
883 884
(...skipping 10 matching lines...) Expand all
894 .no-mobile 895 .no-mobile
895 { 896 {
896 display: none; 897 display: none;
897 } 898 }
898 } 899 }
899 900
900 @media (min-width: 751px) 901 @media (min-width: 751px)
901 { 902 {
902 .ui-tabs-nav-vertical 903 .ui-tabs-nav-vertical
903 { 904 {
904 float: left;
905 width: 100%;
906 padding: .2em .1em .2em .2em; 905 padding: .2em .1em .2em .2em;
906 float: left; width: 100%;
907 border-bottom: none; 907 border-bottom: none;
908 } 908 }
909 .ui-tabs-nav-vertical li 909 .ui-tabs-nav-vertical li
910 { 910 {
911 clear: left; 911 clear: left;
912 width: 100%; 912 width: 100%;
913 border-bottom-width: 1px !important; 913 border-bottom-width: 1px !important;
914 border-left: 1px solid #E1E1E1 !important; 914 border-left: 1px solid #E1E1E1 !important;
915 margin: 0 -1px .2em 0; 915 margin: 0 -1px .2em 0;
916 } 916 }
917 .ui-tabs-nav-vertical li.ui-tabs-active 917 .ui-tabs-nav-vertical li.ui-tabs-active
918 { 918 {
919 padding-bottom: 0; 919 padding-bottom: 0;
920 padding-right: .1em; 920 padding-right: .1em;
921 border-right-width: 1px; 921 border-right-width: 1px;
922 border-right-width: 1px; 922 border-right-width: 1px;
923 } 923 }
924 924
925 #panels-openings 925 #panels-openings
926 { 926 {
927 margin-top: -40px; 927 margin-top: -40px;
928 } 928 }
929 } 929 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld