Mit Hilfe der Extension Ex Bookmark Properties [1] kann man den "gewohnten" Umfang des Bookmarking- Dialogs in Fx3 zurückholen [Abb.].
[Blockierte Grafik: http://img295.imageshack.us/img295/5805/kt363kl2.png]
Abb. Bookmarking
Diese experimentelle Extension liegt momentan noch in der AMO- Sandbox.
Den gleichen Effekt kann man auch ohne Extension, aber mit einem Schnipsel für die userChrome.css erzielen (Syntax: Stylish) :wink: :
CSS
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#editBMPanel_locationRow,
#editBMPanel_keywordRow {
visibility: visible !important;
-moz-box-align: center !important;
}
#editBMPanel_descriptionRow,
#editBMPanel_loadInSidebarCheckbox {
visibility: visible !important;
-moz-box-align: center !important;
}
Alles anzeigen