Prześlij pliki do 'static/ css'
This commit is contained in:
parent
b15d287b55
commit
9ec08c0225
8
static/ css/delete.css
Normal file
8
static/ css/delete.css
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
table, th, td {
|
||||||
|
border: 1px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
#itemImage {
|
||||||
|
height: 100px;
|
||||||
|
width: 80px;
|
||||||
|
}
|
@ -61,6 +61,46 @@ body {
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#koment {
|
||||||
|
height: 40px;
|
||||||
|
width: 50px;
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
margin-right: 20px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#add {
|
||||||
|
height: 40px;
|
||||||
|
width: 50px;
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
margin-right: 20px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#update {
|
||||||
|
height: 40px;
|
||||||
|
width: 50px;
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
margin-right: 20px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#delete {
|
||||||
|
height: 40px;
|
||||||
|
width: 50px;
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
margin-right: 20px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
#title {
|
#title {
|
||||||
background-color: rgb(67, 173, 6);
|
background-color: rgb(67, 173, 6);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user