IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Struts 1 Java Discussion :

[DisplayTag] Mise en forme entete de pagination


Sujet :

Struts 1 Java

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre averti
    Profil pro
    Inscrit en
    Juin 2007
    Messages
    31
    Détails du profil
    Informations personnelles :
    Localisation : Maroc

    Informations forums :
    Inscription : Juin 2007
    Messages : 31
    Par défaut [DisplayTag] Mise en forme entete de pagination
    Salut,

    j'ai un ptit souci avec ma displayTag surtout pour les lien de pagination ils s'affiche mais d'une façon pas trés belle à voir c comme si il s'affiche dans une cellule etroite en forme d'un grand I alors je vous en pris aidez moi

    et je voudrais si klk'un à une bonne CSS pour cette displayTag

    Merci,

  2. #2
    Membre expérimenté
    Homme Profil pro
    Développeur Java
    Inscrit en
    Août 2007
    Messages
    197
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Développeur Java

    Informations forums :
    Inscription : Août 2007
    Messages : 197

  3. #3
    Membre averti
    Profil pro
    Inscrit en
    Avril 2007
    Messages
    55
    Détails du profil
    Informations personnelles :
    Âge : 41
    Localisation : Maroc

    Informations forums :
    Inscription : Avril 2007
    Messages : 55
    Par défaut
    voila un css

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    th {
      vertical-align:top;
      font-family: arial,serif;
      font-size: 12px;
     
    }
     
    th.sorted, th.sortable {
      padding: 2px 4px 2px 4px;
      text-align: left;
      vertical-align: top;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    th.sorted {s
        background-color : #7593C2;
        font-family: arial,serif;
        font-size: 12px;
     
    }
    th.sorted a, th.sortable a {
      background-position: right;
      display: block;
      width: 100%;
      text-decoration: none;
      font-family: arial,serif;
      font-size: 12px;
     
     
    }
    /*
      cloumn header size for the table
    */
    th.sortable a {
      background-image: url( ../images/arrow_off.png );
      background-repeat: no-repeat;
      color: white;
      font-family: arial,serif;
    }
     
    th.order1 a, th.order1 a:visited {
      background-image: url( ../images/arrow_down.png );
      background-repeat: no-repeat;
      color: white;
      font-family: arial,serif;
     
    }
     
    th.order2 a, th.order2 a:visited {
      background-image: url( ../images/arrow_up.png );
      background-repeat: no-repeat;
      color: white;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    tr.odd {
      background-color: #fff;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    tr.tableRowEven, tr.even {
      background-color: #fea;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    table.its {
      border: 1px solid #666;
      width: 100%;
      margin: 20px 0 20px 0;
     
    }
     
    table.its thead tr {
      background-color: #504A4B;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    table.its thead th {
      padding: 3px 4px 3px 4px;
      color: white;
      font-weight: bold;
      font-family: arial,serif;
      font-size: 12px;
     
     
    }
     
    table.its tbody td {
      padding: 2px 4px 2px 4px;
      vertical-align: top;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    table.its tr.even {
      background-color: #e2e8f2;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    table.its1 {
      border: 1px solid #666;
      width: 99%;
      margin: 12px 0 12px 0;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    table.its1 thead tr {
      background-color: #888888;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    table.its1 thead th {
      padding: 3px 4px 3px 4px;
      font-size: 12px;
      color: white;
      font-weight: bold;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    table.its1 tbody td {
      padding: 2px 4px 2px 4px;
      font-size: 12px;
      vertical-align: top;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    table.its1 tr.even {
      background-color: #e2e8f2;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    table.lov {
      border: 1px solid #666;
      padding: 5px 5px 5px 5px;
      width: 100%;
      margin: 12px 0 112px 0;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    table.lov thead tr {
      background-color: #7593C2;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    table.lov thead th {
      padding: 3px 4px 3px 4px;
      font-size: 13px;
      color: white;
      font-weight: bold;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    table.lov tbody td {
      padding: 2px 4px 2px 4px;
      font-size: 13px;
    }
     
    table.lov tr.even {
      background-color: #e2e8f2;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    div.exportlinks {
      background-color: #eee;
      border: 1px solid #999;
      padding: 2px 4px 2px 4px;
      margin: -12px 0 12px 0;
      width: 99%;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    span.export {
      padding: 0 4px 1px 12px;
      display: inline-block;
      cursor: pointer;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    span.excel {
      background-image: url( ../images/ico_excel.gif );
    }
     
    span.csv {
      background-image: url( ../images/ico_detail_trans.gif );
    }
     
    span.xml {
      background-image: url( ../images/ico_detail_trans.gif );
    }
     
    span.pdf {
      background-image: url( ../images/ico_pdf_trans.gif );
    }
     
    span.pagebanner {
      background-color: #eee;
      border: 1px solid #999;
      padding: 2px 4px 2px 4px;
      width: 99%;
      margin-top: 12px;
      display: block;
      border-bottom: none;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    span.pagelinks {
      background-color: #eee;
      border: 1px solid #999;
      padding: 2px 4px 2px 4px;
      width: 99%;
      display: block;
      border-top: none;
      margin-bottom: -5px;
      font-family: arial,serif;
      font-size: 12px;
    }
     
    .edit-del-column {
      font-family: arial;
      font-size: 12px;
      font-weight: bold;
      color: blue;
      background-color: #0099FF;
      text-decoration: none;
      padding: 1px;
      display: block;
    }
    .updatedRow {
      font-family: arial;
      font-size: 12px;
      line-height: 12px;
      font-weight: bold;
      color: blue;
      background-color: #80a8b9;
      text-decoration: none;
      padding: 1px;
      display: block;
    }

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [MySQL] Pagination et mise en forme d'affichage des données
    Par SeThYy dans le forum PHP & Base de données
    Réponses: 3
    Dernier message: 14/11/2008, 23h47
  2. Réponses: 1
    Dernier message: 30/05/2006, 15h12
  3. mise en forme rapide d'applets
    Par appletj dans le forum Applets
    Réponses: 11
    Dernier message: 03/06/2004, 13h28
  4. Mise en forme HTML
    Par Regis.C dans le forum XML/XSL et SOAP
    Réponses: 5
    Dernier message: 25/04/2004, 11h55
  5. Mise en forme fichier avant Import
    Par jeff37 dans le forum Langage SQL
    Réponses: 3
    Dernier message: 21/04/2004, 15h16

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo