Skip to content

Commit

Permalink
Merge pull request #13 from HonzaSTECH/css_poznavacky
Browse files Browse the repository at this point in the history
Spojeno.
  • Loading branch information
ShadyMedic authored Apr 15, 2019
2 parents d9b5db1 + 78b6717 commit dc4bae8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
4 changes: 2 additions & 2 deletions addPics.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
</select>
</fieldset>
<fieldset id="field2">
<div><a id="duckLink" target=_blank>
<button type=button class="button"><span>Vyhledat na </span><img id="duckLogo" src="duckLogo.png"></button>
<div id="duckLink_div"><a id="duckLink" target=_blank>
<div><span>Vyhledat na </span><img id="duckLogo" src="duckLogo.png"></div>
</a></div>
<input type=url placeholder="Vložte URL obrázku" id="urlInput" class="text" onkeyup="urlTyped()"/>
<button id="urlConfirm" onclick="selected2(event)" class="buttonDisabled" disabled>OK</button>
Expand Down
34 changes: 22 additions & 12 deletions css.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,16 @@ form {
.text {
box-sizing: border-box;
font-family: Century Gothic, Verdana, sans-serif;
color: #474747;
padding: 2px 4px;
color: #3e4444;
padding: 2px 6px;
height: 28px;
border: 2px solid #405d27;
margin: 4px;
font-size: 14px;
}
.text#dropList {
padding: 2px 2px;
}
.text:focus {
outline: none;
border: 2px solid #3e4444;
Expand All @@ -206,7 +210,8 @@ form {
font-family: Century Gothic, Verdana, sans-serif;
padding: 4px 8px;
margin: 4px;
transition: background 0.2s
transition: background 0.2s;
font-size: 14px;
}
.button:hover, button:hover {
background-color: #3e4444;
Expand All @@ -225,18 +230,22 @@ form {
width: 20px;
height: 20px;
position: relative;
top: -4px;
}
#duckLink span {
position: relative;
top: -14px;
top: -10px;
}
#duckLink {
line-height: 28px;
#duckLink_div {
background: #406d27;
height: 28px;
}
div #duckLink {
margin: auto;
width: 144px;
margin: 4px auto;
font-size: 14px;
transition: 0.2s;
}
#duckLink_div a {
color: #fff;
font-size: 14px;
}
.buttonDisabled {
background-color: #aeaeae;
Expand All @@ -245,6 +254,7 @@ div #duckLink {
font-family: Century Gothic, Verdana, sans-serif;
padding: 4px 8px;
margin: 4px;
font-size: 14px;
}
.buttonDisabled:hover, .buttonDisabled:active {
background-color: #aeaeae;
Expand Down Expand Up @@ -291,7 +301,7 @@ div.menu:hover {
padding: 4px;
margin: auto;
}
/*Nové styly pøidané kvùli stránce list.php*/
/*Nové styly pøidané kvùli stránce list.php*/
#listTable {
border: 12px solid #fff;
margin: 4vh auto;
Expand Down Expand Up @@ -392,4 +402,4 @@ th {
font-size: 3vh;
}
}


0 comments on commit dc4bae8

Please sign in to comment.