Startseite
  • » Home
  • » Handbuch & FAQ
  • » Forum
  • » Übersetzungsserver
  • » Suche
Startseite › Forum › Drupalcenter.de › Module ›

Web File Manager, Überschrift verbergen?

Eingetragen von l00t (17)
am 10.03.2011 - 12:06 Uhr in
  • Module
  • Drupal 6.x

Hallo allerseits,

ich habe mir vor kurzen das "Web File Manager" Modul installiert um meine PDF's schön ordnen zu können. Nun funktioniert alles wunderbar, bis auf die riesige Web File Manager Überschrift, die passt überhaupt nicht. Hat jemand von auch eine Idee, wie man die Überschrift entfernen könnte?

Freundliche Grüße

David

‹ Probleme mit Event Modul und Zeitzone Wyaiwyg Modul nicht in der Liste zu sehen. Wie installieren? ›
  • Anmelden oder Registrieren um Kommentare zu schreiben

Sollte mit CSS doch relativ

Eingetragen von Sense (1556)
am 10.03.2011 - 13:00 Uhr

Sollte mit CSS doch relativ einfach gehen. Dem entsprechenden Element einfach ein display: none via CSS verpassen

  • Anmelden oder Registrieren um Kommentare zu schreiben

ich glaub dafür kenn' ich

Eingetragen von l00t (17)
am 10.03.2011 - 13:28 Uhr

ich glaub dafür kenn' ich mich zu wenig aus :/

/* $Id$ */

img { border: 0; }

#webfm-dirlist.narrow { text-align: left;  margin-left: 220px;}
#webfm-dirlist.wide { margin-left:0px; }
#webfm-dirlist table { width:99%; font-weight:normal; font-size: 8pt; margin:0 auto; cursor:default; background-color:#f0f0f0; border:2px solid #d0d0d0; }
#webfm-dirlist td { border-bottom: 1px solid #d8d8d8; }
#webfm-dirlist img { margin-left: 5px; }
#webfm-dirlist table tr.selected td { background-color: #e7e7e7; }
#webfm-dirlist table tr { background-color: #f0f0f0; }
#webfm-dirlist a:hover { color: red; text-decoration: none; }
#webfm-dirlist .head { color: #2092d0; background-color: #e0e0e0; font-weight: bold; font-size: 9pt; }
#webfm-dirlist .head a { text-decoration: none; color: #2092d0; font-weight: bold; font-size: 9pt; }
#webfm-dirlist .head a:hover { color: red; text-decoration: none; }
#webfm-dirlist .navi { color: #2092d0; background-color: #f0f0f0; font-weight: normal; font-size: 9pt; text-align: left; line-height: 18px; }
#webfm-dirlist .navi a { color:#2092d0; font-weight: bold; font-size: 9pt; }
#webfm-dirlist .navi a:hover { color: red; text-decoration: none; }
#webfm-dirlist .txt { font-weight: normal; font-size: 8pt; text-align: left; padding-left: 5px; padding-right: 5px; }
#webfm-dirlist-ctls .selected { background-color: #2092d0; cursor:pointer; }

#webfm-tree { float:left; clear:both; position:relative; }
#webfm-tree .selected { background-color: #e7e7e7; }
#webfm-tree a:hover { color: red; text-decoration: none; }
#webfm-tree .dirtree { border: solid #d0d0d0 2px; padding:5px 5px 10px 5px; white-space:nowrap; width:200px; overflow:auto; background-color: #f0f0f0; }
#webfm-tree .dirtree ul { margin:0; padding:0; }
#webfm-tree .dirtree li { margin:0; padding-left:10px; list-style:none; background: #f0f0f0 none; }

#webfm-attach { margin:0; padding:0;  width: 97%; }
#webfm-attach table { width:94%; font-weight: normal; font-size: 8pt; margin: 0 auto; cursor: default; background-color: #f0f0f0; border: 2px solid #d0d0d0; }
#webfm-attach td { border-bottom: 1px solid #d8d8d8; }
#webfm-attach img { margin-left: 5px; }
#webfm-no-attachments { width: 99%; text-align: center; }

#wfmatt-wrapper .upload-msg-err { padding-top:5px; color:red; }
#wfmatt-wrapper .upload-msg { padding-top:5px; color:green; }

#webfm-dragCont { background:transparent none; list-style: none; }
#webfm-dragCont ul { margin:0; padding:0; background:transparent none; }
#webfm-dragCont li { margin:0; padding-left:20px; background:transparent none; }

#webfm-cxtCont { border:1px solid #202867; background:#FFF none; font-size:8pt; line-height: 12px; }
#webfm-cxtCont ul { list-style-type:none; margin:0; padding:0;}
#webfm-cxtCont ul li { padding:3px; margin: 0; background: #FFF none; text-align: left; }
#webfm-cxtCont ul li.selected { background:#E2EBED none; color:red; cursor:pointer;}

.webfm-pane { font-size:8pt; border: 2px solid black; background-color: white; overflow: hidden; }
.webfm-pane input { font-size:8pt; }
.webfm-pane-header { background-color: #e7e7e7; cursor: move; overflow: hidden; width: auto; }
.webfm-pane-content { clear:left; border-top: 1px solid black; border-bottom: 1px solid black; background-color: white; color: black; padding: 2px; line-height: 12px; overflow: auto; }
.webfm-pane-header .webfm-pane-close { position: absolute; right: 5px; top: 4px; cursor: hand; cursor: pointer; }
.webfm-pane-footer { height:15px; }
.webfm-pane-title { float:left; padding: 1px; text-indent: 3px; font-weight:bold; font-size:9pt; }
.webfm-pane-msg { float:left; font-size:8pt; color:red; padding-left:10px; }
.webfm-pane-resize { float:right; height:14px; width:14px; cursor: nw-resize; }
.webfm-pane-content .button { cursor: hand; cursor: pointer; }
.webfm-pane td { padding-top:2px; padding-right:5px; }

#webfm-search li { list-style:none; }

#webfm-meta-form table { border: 0; margin: 0; padding: 0; }
#webfm-meta-form tbody { border: 0; }
#webfm-meta-form .meta-button { font-weight:bold; margin:5px 5px 0 5px; }

#webfm-debug .g { color: green; font-size: 120%; }
#webfm-debug .dbg-button { font-weight:bold; margin:0 5px 0 5px; }

#webfm-alert { margin: 5px; }
#webfm-alert .alertspan { background-color: #ff0; color: #000; font-weight: bold; font-size: 9px; }

#webfm-ieDD img { padding-right: 10px; }

.webfm-attach-list img { margin-bottom: -4px; }
.webfm-attach-list .att-time { white-space:nowrap; }
.webfm-attach-list .att-size { white-space:nowrap; }
.webfm-attach-list .att-fdesc { overflow:auto; }

#webfm-progress { color: white; font-weight: bold; font-size: 10pt; visibility: hidden; }

#webfm-upload-fieldset { clear: left }

das ist die css datei vom webfm, doch ich find hier die überschrift nicht?

fg

  • Anmelden oder Registrieren um Kommentare zu schreiben

Ich denke, dass hier der

Eingetragen von Sense (1556)
am 10.03.2011 - 14:41 Uhr

Ich denke, dass hier der Drupal Page Title verwendet wird.
Du könntest versuchen dieses über

body.page-webfm h1 {
  display: none;
}

auszublenden.

  • Anmelden oder Registrieren um Kommentare zu schreiben

habe das jetzt in die webfm

Eingetragen von l00t (17)
am 10.03.2011 - 14:52 Uhr

habe das jetzt in die webfm css geschrieben - ohne erfolg. hätte ich den code in eine andere datei schreiben sollen? entschuldigung, dass ich so schwer von begriff bin.

  • Anmelden oder Registrieren um Kommentare zu schreiben

kannst du mir einen zugriff

Eingetragen von Sense (1556)
am 10.03.2011 - 15:14 Uhr

kannst du mir einen zugriff gewähren, dann kann ich dir helfen? bitte dann per direktnachricht und nicht hier posten

  • Anmelden oder Registrieren um Kommentare zu schreiben

Benutzeranmeldung

  • Registrieren
  • Neues Passwort anfordern

Aktive Forenthemen

  • [gelöst] Anzeigeformat Text mit Bild in einem Artikel, Drupal 11
  • Social Media Buttons um Insteragram erweitern
  • Nach Installation der neuesten D10-Version kein Zugriff auf Website
  • Composer nach Umzug
  • [gelöst] Taxonomie Begriffe zeigt nicht alle Nodes an
  • Drupal 11 + Experience Builder (Canvas) + Layout Builder
  • Welche KI verwendet ihr?
  • Update Manger läst sich nicht Installieren
  • Statusbericht Warnungen Drupal 11.x
  • Kein E-Mail-Versand über Webseite (z. B. Webforms) nach Server-Umzug
  • für drupal11 ein Slider Modul
  • Links im Block Olivero Theme
Weiter

Neue Kommentare

  • gelöst
    vor 1 Woche 10 Stunden
  • Ja natürlich. Dass ist etwas,
    vor 1 Woche 1 Tag
  • klappt fast...
    vor 1 Woche 1 Tag
  • Das sind die Druiden, die du
    vor 1 Woche 3 Tagen
  • Wie genau sollen wir dir
    vor 1 Woche 3 Tagen
  • Okay, jetzt habe ich aber
    vor 1 Woche 3 Tagen
  • Ja ok und steht denn der
    vor 1 Woche 3 Tagen
  • Sprichst du von der
    vor 1 Woche 3 Tagen
  • Alles Standard. Also Apache
    vor 1 Woche 3 Tagen
  • Hast du denn <Directory
    vor 1 Woche 3 Tagen

Statistik

Beiträge im Forum: 250225
Registrierte User: 20442

Neue User:

  • 4aficiona2
  • AppBuilder
  • GrolfsnokFlult

» Alle User anzeigen

User nach Punkten sortiert:
wla9461
stBorchert6003
quiptime4972
Tobias Bähr4019
bv3924
ronald3857
md3717
Thoor3678
Alexander Langer3416
Exterior2903
» User nach Punkten
Zur Zeit sind 0 User und 8 Gäste online.

Hauptmenü

  • » Home
  • » Handbuch & FAQ
  • » Forum
  • » Übersetzungsserver
  • » Suche

Quicklinks I

  • Infos
  • Drupal Showcase
  • Installation
  • Update
  • Forum
  • Team
  • Verhaltensregeln

Quicklinks II

  • Drupal Jobs
  • FAQ
  • Drupal-Kochbuch
  • Best Practice - Drupal Sites - Guidelines
  • Drupal How To's

Quicklinks III

  • Tipps & Tricks
  • Drupal Theme System
  • Theme Handbuch
  • Leitfaden zur Entwicklung von Modulen

RSS & Twitter

  • Drupal Planet deutsch
  • RSS Feed News
  • RSS Feed Planet
  • Twitter Drupalcenter
Drupalcenter Team | Impressum & Datenschutz | Kontakt
Angetrieben von Drupal | Drupal is a registered trademark of Dries Buytaert.
Drupal Initiative - Drupal Association