Browse Source

Tohle asi patří sem

pull/44/head
Jonas Havelka 9 months ago
parent
commit
a4a4af5f93
  1. 7
      mamweb/static/css/base.css
  2. 5
      mamweb/static/css/modules.css

7
mamweb/static/css/base.css

@ -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) ****/ /**** Divné (aneb nevím, co bylo cílem) ****/
h1 a:hover { h1 a:hover {

5
mamweb/static/css/modules.css

@ -331,11 +331,6 @@ table#reseni.form td, table#reseni.form tr {
display: inline-table; display: inline-table;
} }
input[type="file"] {
max-width: 250px;
text-overflow: ellipsis;
}
.field-with-comment{ .field-with-comment{
position:relative; position:relative;
} }

Loading…
Cancel
Save