Changeset 21
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r20 r21 64 64 function ShowDanceList() 65 65 { 66 $Output = '< h4 style="text-align: center;">Tance:</h4>';66 $Output = '<div class="title">Tance</div>'; 67 67 $Output .= '<table class="WideTable">'; 68 68 $Output .= '<tr><th>Název</th><th>Skupina</th>'; … … 97 97 function ShowSchoolList() 98 98 { 99 $Output = '< h4 style="text-align: center;">Taneční školy:</h4>';99 $Output = '<div class="title">Taneční školy</div>'; 100 100 $Output .= '<table class="WideTable">'; 101 101 $Output .= '<tr><th>Název</th><th>Webové stránky</th><th>Adresa</th>'; … … 185 185 }'. 186 186 '</script>'; 187 $Output .= '< h4 style="text-align: center;">Inzeráty:</h4>';187 $Output .= '<div class="title">Inzeráty</div>'; 188 188 $Output .= '<div class="btn-group ma3">'. 189 189 '<div class="label-box">Pohlaví</div>'. -
trunk/style.css
r20 r21 1 1 body,td{font-size:14px;font-family:Arial} 2 3 .title 4 { 5 text-align: center; 6 font-weight: bold; 7 padding-bottom: 4px; 8 } 2 9 3 10 .WideTable … … 37 44 .btn-filter:hover{background-color:#ccc;border:none;margin:0} 38 45 .btn-filter.active{background-color:#ffd803;border:none;margin:0} 39 .btn-group .btn-filter{border-left:1px solid #e6e6e6 }46 .btn-group .btn-filter{border-left:1px solid #e6e6e6;line-height:28px;} 40 47 .btn-group .btn-filter:first-child{border-left:none} 41 48 .btn-group div.label-box{display:inline-block;line-height:28px;font-size:13px;margin:0 4px;vertical-align:middle}
Note:
See TracChangeset
for help on using the changeset viewer.