Tohle asi patří sem
This commit is contained in:
parent
5048439aee
commit
a4a4af5f93
2 changed files with 7 additions and 5 deletions
|
@ -74,6 +74,13 @@ a:focus, a:hover, a:active {
|
|||
}
|
||||
/******************/
|
||||
|
||||
/**** Další ****/
|
||||
input[type="file"] {
|
||||
max-width: 250px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
/***************/
|
||||
|
||||
|
||||
/**** Divné (aneb nevím, co bylo cílem) ****/
|
||||
h1 a:hover {
|
||||
|
|
|
@ -331,11 +331,6 @@ table#reseni.form td, table#reseni.form tr {
|
|||
display: inline-table;
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
max-width: 250px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.field-with-comment{
|
||||
position:relative;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue