Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 3d0ad25

Browse files
author
Charles Marion
committed
ENH: added action icons
1 parent bc6ea75 commit 3d0ad25

File tree

24 files changed

+128
-76
lines changed

24 files changed

+128
-76
lines changed

core/controllers/UserController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,8 @@ public function userpageAction()
575575

576576
$this->view->isViewAction = ($this->logged && ($this->userSession->Dao->getKey() == $userDao->getKey() || $this->userSession->Dao->isAdmin()));
577577
$this->view->information = array();
578+
579+
$this->view->disableFeedImages = true;
578580
}
579581

580582
/** Manage files page action*/

core/public/css/item/item.view.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
1+
div#revisionContent{
2+
display:none;
3+
}
24
div.viewAction{
35
display:block!important;
46
}

core/public/css/layout/main.css

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ div.genericBigButton{
7575
float: left;
7676
border: #354856 1px solid;
7777
list-style-type: none;
78-
-moz-border-radius: 6px;
79-
-webkit-border-radius: 6px;
80-
-khtml-border-radius: 6px;
81-
border-radius: 6px;
78+
-moz-border-radius: 3px;
79+
-webkit-border-radius: 3px;
80+
-khtml-border-radius: 3px;
81+
border-radius: 3px;
8282
background-color: #ffffff;
8383
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c4c4c4));
8484
background-image: -moz-linear-gradient(center top, #ffffff 0%, #c4c4c4 100% );
@@ -111,6 +111,26 @@ div.genericWrapperTopRight{
111111
float:right;
112112
}
113113

114+
div.viewAction li a:hover, div.genericAction li a:hover{
115+
text-decoration: none;
116+
}
117+
118+
div.viewAction li img, div.genericAction li img{
119+
position:relative;
120+
top:3px;
121+
}
122+
123+
div.viewAction hr, div.genericAction hr{
124+
margin-bottom: 0px;
125+
margin-top: 3px;
126+
color: #D7D7D7;
127+
background-color: #D7D7D7;
128+
height: 1px;
129+
border: 0;
130+
width: 130px;
131+
margin-left: 0px;
132+
}
133+
114134
/*-------------------------------------------------
115135
TOP
116136
-------------------------------------------------*/
588 Bytes
Loading

core/public/images/icons/copy.png

687 Bytes
Loading

core/public/images/icons/data.png

-250 Bytes
Loading
630 Bytes
Loading

core/public/images/icons/edit.png

702 Bytes
Loading

core/public/images/icons/email.png

570 Bytes
Loading

core/public/images/icons/fire.png

482 Bytes
Loading

0 commit comments

Comments
 (0)