Skip to content

Commit

Permalink
fixed #52
Browse files Browse the repository at this point in the history
  • Loading branch information
machida committed Feb 27, 2011
1 parent 3453801 commit 4de766f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions public/admin/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,9 @@ label {
width: auto !important;
width: 700px;
}
#main th {
min-width:100px;
}
#main table tr {
border-bottom-width: 1px;
border-bottom-style: dotted;
Expand Down Expand Up @@ -653,17 +656,26 @@ ul.themes div.screenshot {
border-bottom-color: #999;
border-left-color: #999;
}
ul.themes div.screenshot img {
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
ul.themes div.screenshot a img {
width: 240px;
height: 170px;
max-width: 240px;
max-height: 170px;
width:auto !important;
height:auto !important;
}

ul.themes div.screenshot a:link img,
ul.themes div.screenshot a:visited img {
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
}
ul.themes div.screenshot a:hover img,
ul.themes div.screenshot a:active img {
margin-top: -2px;
border: 2px solid #ff00a8;
}
ul.themes div.screenshot span {
line-height: 150px;
}
Expand All @@ -690,6 +702,11 @@ ul.plugins li a {
width: 280px;
display: block;
}
#main li.theme .title a {
display: block;
color: #FFF;
text-decoration: none;
}

#error {
width:510px;
Expand Down Expand Up @@ -723,7 +740,9 @@ textarea.editor {
clear: both;
}
textarea#post_body,
textarea#page_body {
textarea#page_body,
textarea#site_dashboard
{
clear: none;
}

Expand Down
Binary file modified public/theme/lokka-org/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4de766f

Please sign in to comment.