Skip to content

Commit

Permalink
Fixed bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
asherpasha committed Apr 18, 2016
1 parent 3e3e918 commit 6303c06
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions app/scripts/js/style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ html {
#add_tab {
cursor: pointer;
background-color: #DDDDDD;
width:12px;
height:14px;
/* width:12px;
height:14px; Araport */
margin-top:3px;
border-width: 10px;
-webkit-border-top-right-radius: 2px;
Expand Down Expand Up @@ -669,4 +669,4 @@ width: 100%;}
.aui_buttons button[disabled] { cursor:default; color:#666; background:#DDD; border: solid 1px #999; filter:alpha(opacity=50); opacity:.5; box-shadow:none; }
button.aui_state_highlight { }
button.aui_state_highlight:hover { background:#80A24A;color:#fff; }
button.aui_state_highlight:active { background:#80A24A;color:#fff;}
button.aui_state_highlight:active { background:#80A24A;color:#fff;}
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@
request.setRequestHeader('Authorization', 'Bearer ' + Agave.token.accessToken);
},
type: "GET",
url: Eplant.ServiceUrl + "cgi-bin/citation.cgi?view=" + ZUI.activeView.name,
url: Eplant.ServiceUrl + "citation.cgi?view=" + ZUI.activeView.name,
dataType: "json"
}).done($.proxy(function(response) {

Expand Down
6 changes: 3 additions & 3 deletions app/styles/css/eplant.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ greyText {

/* Icon class */
.icon {
width: 40px;
height: 40px;
/* width: 40px;
height: 40px; Araport */
padding: 5px;
cursor: pointer;
vertical-align: middle;
Expand Down Expand Up @@ -1271,4 +1271,4 @@ greyText {
#dropdown-rsvp input{
margin-right: 10px;
vertical-align: middle;
}
}
6 changes: 3 additions & 3 deletions app/styles/eplant.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ greyText {

/* Icon class */
.icon {
width: 40px;
height: 40px;
/* width: 40px;
height: 40px; Araport */
padding: 5px;
cursor: pointer;
vertical-align: middle;
Expand Down Expand Up @@ -810,7 +810,7 @@ greyText {

/* Logo */
#logo {
width: 56px;
/* width: 56px; Araport */
height: 56px;
margin: 6px;

Expand Down

0 comments on commit 6303c06

Please sign in to comment.