dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #40823
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20777: DE: File entry field minor UI tweaks
------------------------------------------------------------
revno: 20777
committer: Halvdan Hoem Grelland <halvdanhg@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2015-10-20 01:11:55 +0200
message:
DE: File entry field minor UI tweaks
modified:
dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css 2015-10-19 22:23:02 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css 2015-10-19 23:11:55 +0000
@@ -266,7 +266,7 @@
{
height: 28px;
width: 200px;
- border: 1px solid #dadada;
+ border: 1px solid #aaa;
display: table-cell;
overflow: hidden;
position: relative;
@@ -274,7 +274,16 @@
.upload-field-disabled
{
+ color: #aaa !important;
background-color: #f3f3f3 !important;
+ border-color: #dadada !important;
+}
+
+.upload-field-disabled a
+{
+ pointer-events: none;
+ cursor: default;
+ opacity: 0.6;
}
/* Upload progress display */
@@ -324,6 +333,10 @@
max-width: 95%;
z-index: 2;
white-space: nowrap;
+
+ left: 0;
+ right: 0;
+ margin: auto;
}
.upload-fileinfo-size
@@ -351,7 +364,7 @@
.upload-button
{
- margin: 2px 2px 2px 4px;
+ margin: 1px 2px 2px 4px;
height: 100%;
}