diff options
author | prashantsinalkar | 2019-02-22 15:28:58 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-02-22 15:28:58 +0530 |
commit | 05ba8502aadddab8be37b42fec21459730bc1014 (patch) | |
tree | cbc04275efc5bce18666961c0a1e9c2bcb5a458a /assets/admin/css/dashboard.css | |
parent | 2b90cf2c2a9c290c4799fbb3a9ca0382aadb28b7 (diff) | |
download | pyfoss-05ba8502aadddab8be37b42fec21459730bc1014.tar.gz pyfoss-05ba8502aadddab8be37b42fec21459730bc1014.tar.bz2 pyfoss-05ba8502aadddab8be37b42fec21459730bc1014.zip |
updated the website to django 2.1.7
Diffstat (limited to 'assets/admin/css/dashboard.css')
-rw-r--r-- | assets/admin/css/dashboard.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/assets/admin/css/dashboard.css b/assets/admin/css/dashboard.css new file mode 100644 index 0000000..ceefe15 --- /dev/null +++ b/assets/admin/css/dashboard.css @@ -0,0 +1,30 @@ +/* DASHBOARD */ + +.dashboard .module table th { + width: 100%; +} + +.dashboard .module table td { + white-space: nowrap; +} + +.dashboard .module table td a { + display: block; + padding-right: .6em; +} + +/* RECENT ACTIONS MODULE */ + +.module ul.actionlist { + margin-left: 0; +} + +ul.actionlist li { + list-style-type: none; +} + +ul.actionlist li.changelink { + overflow: hidden; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; +}
\ No newline at end of file |