Changeset 83
- Timestamp:
- Feb 10, 2009, 7:46:17 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/comparison.php
r81 r83 59 59 $Line = $BuffLine; 60 60 $i = $i-1; 61 echo('Počet verzí: <b>'.$i.'</b><br> ');61 echo('Počet porovnávaných textů: <b>'.$i.'</b><br> '); 62 62 63 63 echo(' -
trunk/includes/global.php
r77 r83 96 96 echo('</div>'); 97 97 98 echo('<strong>Překladové skupiny:</strong><br /> ');98 echo('<strong>Překladové skupiny:</strong><br /><div id="TranslationMenu">'); 99 99 foreach($TranslationTree as $Group) 100 100 { … … 112 112 echo('</div>'); 113 113 } 114 echo ('</div>'); 114 115 } 115 116 -
trunk/style/style.css
r80 r83 28 28 text-align: left; 29 29 30 width: 1 90px;30 width: 160px; 31 31 height: 18px; 32 32 /*background: url('menuhover.gif') no-repeat;*/ … … 88 88 .menu 89 89 { 90 width: 200px;90 width: 100px; 91 91 vertical-align: top; 92 padding: 10px;92 padding: 4px; 93 93 background-color: #F0F0F0; 94 94 … … 106 106 } 107 107 108 /**************Menu***************/ 108 109 .hidden-menu-item 109 110 { 110 111 display: none; 111 112 background-color: #FFF0F0; 112 margin: 0px 0px 0px 0px;113 margin: 0px 5px 0px 5px; 113 114 padding: 2px; 114 115 border-style: solid; … … 117 118 } 118 119 120 #TranslationMenu 121 { 122 margin: 0px 0px 0px 5px; 123 } 124 119 125 .box 120 126 { 121 127 overflow: auto; 122 width: 200px;128 width: 180px; 123 129 height: 300px; 124 130 font-size: 10px;
Note:
See TracChangeset
for help on using the changeset viewer.