projects
/
gigi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dea51b6
)
FIX: input width for dob selector
author
Janis Streib
<janis@dogcraft.de>
Tue, 13 Jan 2015 17:24:22 +0000
(18:24 +0100)
committer
Janis Streib
<janis@dogcraft.de>
Tue, 13 Jan 2015 17:48:59 +0000
(18:48 +0100)
static/static/default.css
patch
|
blob
|
history
diff --git
a/static/static/default.css
b/static/static/default.css
index d3b42e0f32e18071be3cd33a9f4ce41183679b3c..86c271b30ddfd56cf6ecd24690b9279fbda64eff 100644
(file)
--- a/
static/static/default.css
+++ b/
static/static/default.css
@@
-782,7
+782,12
@@
pre{
margin-left: 1%;
margin-right: 1%;
}
-
+.dataTable td nobr input {
+ width: auto;
+}
+.centertext {
+ text-align: center;
+}
.dataTable th {
background: #e2e2e2;
font-weight: bold;