Skip to content

Commit

Permalink
fix rubik theme for admin (botton style)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmo committed Mar 23, 2012
1 parent 90116d4 commit 6e710da
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drupal-starting-project.esproj/Project.espressostorage
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.macrabbit.Espresso.Publisher.PublishServers</key>
<array/>
<key>com.macrabbit.Espresso.Publisher.PublishServers.Order</key>
<array/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ESProjectShowHiddenFilesKey</key>
<false/>
<key>ESProjectWindowState</key>
<dict>
<key>ContentSize</key>
<string>{1106, 705}</string>
<key>ProjectURL</key>
<string>file://localhost/Users/guillaumebartolini/projects/drupal-starting-project/drupal-starting-project.esproj/</string>
<key>StateType</key>
<string>ProjectWindow</string>
<key>TopLeftPoint</key>
<string>{2847, 1018}</string>
</dict>
<key>com.macrabbit.Espresso.FileManager.DisclosureCollapsed</key>
<false/>
<key>com.macrabbit.Espresso.FileManager.FileControllerState</key>
<dict>
<key>ExpandedURLs</key>
<array>
<string>file://localhost/Users/guillaumebartolini/projects/drupal-starting-project/drupal/sites/all/themes/rubik</string>
</array>
</dict>
<key>com.macrabbit.Espresso.Publisher.DisclosureCollapsed</key>
<false/>
<key>com.macrabbit.Espresso.WorkspaceTabs.DisclosureCollapsed</key>
<false/>
</dict>
</plist>
1 change: 1 addition & 0 deletions drupal/sites/all/themes/rubik/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ table th {
.action-links a {
background-color:#7bc;
text-shadow:#38a 0px 1px 0px;
display: block;
}

.add-or-remove-shortcuts a {
Expand Down

0 comments on commit 6e710da

Please sign in to comment.