zmiana koloru guzików i ich umiejscowienia
This commit is contained in:
parent
088b1d98ee
commit
1483f745df
|
@ -57,7 +57,7 @@ header {
|
||||||
background-color: #FEE715;
|
background-color: #FEE715;
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid #FEE715;
|
border: 10px solid #FEE715;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -92,7 +92,8 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button1 button {
|
.button1 button {
|
||||||
background-color: #FEE715;
|
float: right;
|
||||||
|
background-color: #dbdbdb;
|
||||||
color: color;
|
color: color;
|
||||||
border: none;
|
border: none;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
@ -107,6 +108,10 @@ header {
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#clear {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.button1 button:hover {
|
.button1 button:hover {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
|
@ -121,8 +126,6 @@ header {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column; /* Elementy jeden pod drugim */
|
flex-direction: column; /* Elementy jeden pod drugim */
|
||||||
|
@ -137,6 +140,7 @@ header {
|
||||||
|
|
||||||
/* Stylizacja tabeli */
|
/* Stylizacja tabeli */
|
||||||
table {
|
table {
|
||||||
|
clear: both;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
Loading…
Reference in New Issue