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

Side by Side Diff: static/css/styles.css

Issue 6447127534239744: Issue 1392 - Let lines break inside navigation tabs if text is too long (Closed)
Patch Set: Created Sept. 18, 2014, 1:53 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 } 508 }
509 509
510 .ui-tabs-nav:after 510 .ui-tabs-nav:after
511 { 511 {
512 clear: both; 512 clear: both;
513 } 513 }
514 514
515 .ui-tabs-nav li 515 .ui-tabs-nav li
516 { 516 {
517 background-color: #FBFBFB; 517 background-color: #FBFBFB;
518 white-space: nowrap;
519 padding: 0; 518 padding: 0;
520 background-image: none; 519 background-image: none;
521 list-style: none; 520 list-style: none;
522 float: left; 521 float: left;
523 margin: 0; 522 margin: 0;
524 523
525 border: 1px solid #E1E1E1; 524 border: 1px solid #E1E1E1;
526 border-left: none; 525 border-left: none;
527 border-bottom-color: #CFCFCF; 526 border-bottom-color: #CFCFCF;
528 border-top-left-radius: 3px; 527 border-top-left-radius: 3px;
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 padding-right: .1em; 822 padding-right: .1em;
824 border-right-width: 1px; 823 border-right-width: 1px;
825 border-right-width: 1px; 824 border-right-width: 1px;
826 } 825 }
827 826
828 #panels-openings 827 #panels-openings
829 { 828 {
830 margin-top: -40px; 829 margin-top: -40px;
831 } 830 }
832 } 831 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld