diff options
author | prashantsinalkar | 2019-02-23 16:35:05 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-02-23 16:35:05 +0530 |
commit | b8258c4148a885cdb9597991d72583834612f03a (patch) | |
tree | f60f2405e174308d7ceea9328aaaae5956b01df3 /assets/admin/css/dashboard.css | |
parent | 5c538463fb53ccd5e9d3642646a891393756e0e6 (diff) | |
download | pyfoss-b8258c4148a885cdb9597991d72583834612f03a.tar.gz pyfoss-b8258c4148a885cdb9597991d72583834612f03a.tar.bz2 pyfoss-b8258c4148a885cdb9597991d72583834612f03a.zip |
added template directory
Diffstat (limited to 'assets/admin/css/dashboard.css')
-rw-r--r-- | assets/admin/css/dashboard.css | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/assets/admin/css/dashboard.css b/assets/admin/css/dashboard.css deleted file mode 100644 index ceefe15..0000000 --- a/assets/admin/css/dashboard.css +++ /dev/null @@ -1,30 +0,0 @@ -/* 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 |