1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

Small fixes

This commit is contained in:
Mladen Pejaković 2012-01-19 01:37:34 +01:00
parent 71b7fa567e
commit 20f17ae7f1
5 changed files with 5 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -33,7 +33,7 @@ span.reload:hover {border-color: grey; border-radius: 4px;}
.formTable input[type="text"] {width: 100%;-webkit-user-select: auto;} .formTable input[type="text"] {width: 100%;-webkit-user-select: auto;}
.sett {position: absolute;right:36px;top:10px;width: 24px;height: 24px;background: url(%IMG_SETTINGS%); cursor: pointer;} .sett {position: absolute;right:36px;top:10px;width: 24px;height: 24px;background: url(%IMG_SETTINGS%); cursor: pointer;}
#settingsBox {position: absolute;right:58px;top:25px;width: 245px;height: 165px;background: #eeeeee;margin: 5px;-webkit-box-shadow: 0 0 6px 6px#888;box-shadow: 0 0 6px 6px #888;border-radius: 15px;display: none;padding:8px 20px;border: 1px solid transparent;} #settingsBox {position: absolute;right:58px;top:25px;width: 245px;height: auto;background: #eeeeee;margin: 5px;-webkit-box-shadow: 0 0 6px 6px#888;box-shadow: 0 0 6px 6px #888;border-radius: 15px;display: none;padding:8px 20px;border: 1px solid transparent;}
#settingsBox .title {margin-bottom: 1px;padding-bottom:2px;} #settingsBox .title {margin-bottom: 1px;padding-bottom:2px;}
#settingsBox .content {float:right;} #settingsBox .content {float:right;}
#settingsBox .thumbhold {margin: 2px;padding: 1px;border-radius: 10px;text-align:center;width: 100px; height: 100px;background: #AAA;} #settingsBox .thumbhold {margin: 2px;padding: 1px;border-radius: 10px;text-align:center;width: 100px; height: 100px;background: #AAA;}
@ -43,7 +43,7 @@ span.reload:hover {border-color: grey; border-radius: 4px;}
#settingsBox p select option {text-align: center;} #settingsBox p select option {text-align: center;}
#settingsBox .button {margin: 2px;padding: 1px;text-align:center;width: 100px;} #settingsBox .button {margin: 2px;padding: 1px;text-align:center;width: 100px;}
#settingsBox .rowsel {margin: 2px;padding: 1px;border-bottom: 1px solid #888;} #settingsBox .rowsel {margin: 2px;padding: 1px;border-bottom: 1px solid #888;}
#settingsBox .rowsel label {width: 130px;white-space: nowrap;} #settingsBox .rowsel label {width: 130px;}
#settingsBox .rowsel input {text-align:center;width: 75px;margin-bottom: 6px;margin-right: 4px;float: right;} #settingsBox .rowsel input {text-align:center;width: 75px;margin-bottom: 6px;margin-right: 4px;float: right;}
#settingsBox .rowsel span {font-weight: bold;text-align: center;float: right;margin-left: 2px;} #settingsBox .rowsel span {font-weight: bold;text-align: center;float: right;margin-left: 2px;}
</style> </style>
@ -381,7 +381,7 @@ $("#quickdial").sortable({
<div id="settingsBox"> <div id="settingsBox">
<div class="rowsel"> <div class="rowsel">
<span id="sliderValue">%ROW-PAGES%</span> <span id="sliderValue">%ROW-PAGES%</span>
<input id="PgInRow" type="range" min="2" max="8" value="%ROW-PAGES%" step="1" onchange="document.getElementById('sliderValue').innerHTML = this.value;" />&nbsp; <input id="PgInRow" type="range" min="2" max="8" value="%ROW-PAGES%" step="1" onchange="document.getElementById('sliderValue').innerHTML = this.value;" />
<label for="PgInRow">%TXT_NRROWS%</label> <label for="PgInRow">%TXT_NRROWS%</label>
</div> </div>
<div class="title"><input type="checkbox" name="sdbackimg" id="BgImgToggle" onchange="bgImgToggle();bgImgUpdate()" />&nbsp;<label for="BgImgToggle">%TXT_NOTE%</label></div> <div class="title"><input type="checkbox" name="sdbackimg" id="BgImgToggle" onchange="bgImgToggle();bgImgUpdate()" />&nbsp;<label for="BgImgToggle">%TXT_NOTE%</label></div>

View File

@ -3260,7 +3260,7 @@
<message> <message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="268"/> <location filename="../src/network/qupzillaschemehandler.cpp" line="268"/>
<source>Use background image</source> <source>Use background image</source>
<translation>Користи слику за позадину</translation> <translation>Слика за позадину</translation>
</message> </message>
<message> <message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="269"/> <location filename="../src/network/qupzillaschemehandler.cpp" line="269"/>

View File

@ -3260,7 +3260,7 @@
<message> <message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="268"/> <location filename="../src/network/qupzillaschemehandler.cpp" line="268"/>
<source>Use background image</source> <source>Use background image</source>
<translation>Користи слику за позадину</translation> <translation>Слика за позадину</translation>
</message> </message>
<message> <message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="269"/> <location filename="../src/network/qupzillaschemehandler.cpp" line="269"/>